#de5172

Color #DE5172 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #DE5172

Tints of Cranberry #DE5172

Color information

#DE5172 (or 0xDE5172) is unknown color: approx Cranberry. HEX triplet: DE, 51 and 72. RGB value is (222,81,114). Sum of RGB (Red+Green+Blue) = 222+81+114=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5172 is #21AE8D. Grayscale: #7E7E7E. Windows color (decimal): -2207374 or 7492062. OLE color: 7492062.

HSL color Cylindrical-coordinate representation of color #DE5172: hue angle of 345.96º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5172 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB22281114-
CMYK00.640.490.13
HSL345.96º68.12%59.41%-
HSV(B)345.96º63.51%87.06%-
XYZ36.122.6318.38-
YUV126.92120.71195.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 53.24%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=53.24%
G=19.42%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228111400.640.490.13345.9668.1259.41
HexDE517204031D15a443b
Octal3361211620100611553210473
Binary11011110101000111100100100000011000111011010110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de5172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de5172; }

 p { color: rgb(222,81,114); }

 H1.HeaderClassName
 {
   color: #de5172;
 }
 .AnyTagClassName
 {
   color: #de5172;
 }
</style>
background-color css

<style>
 a { background-color: #de5172; }

 a { background-color: rgb(222,81,114); }

 div.DivClassName
 {
   background-color: #de5172;
 }
 .BgClassName
 {
   background-color: #de5172;
 }
</style>
border-color css

<style>
 span { border-color: #de5172; }

 span { border-color: rgb(222,81,114); }

 td.TdClassName
 {
   border-color: #de5172;
 }
 .TagClassName
 {
   border-color: #de5172;
 }
</style>