#DE5972

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

Shades of Cranberry #DE5972

Tints of Cranberry #DE5972

Color information

#DE5972 (or 0xDE5972) is unknown color: approx Cranberry. HEX triplet: DE, 59 and 72. RGB value is (222,89,114). Sum of RGB (Red+Green+Blue) = 222+89+114=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5972 is #21A68D. Grayscale: #838383. Windows color (decimal): -2205326 or 7494110. OLE color: 7494110.

HSL color Cylindrical-coordinate representation of color #DE5972: hue angle of 348.72º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5972 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB22289114-
CMYK00.600.490.13
HSL348.72º66.83%60.98%-
HSV(B)348.72º59.91%87.06%-
XYZ36.7323.8918.59-
YUV131.62118.06192.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=52.24%
G=20.94%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228911400.600.490.13348.7266.8360.98
HexDE597203C31D15d433d
Octal336131162074611553510375
Binary1101111010110011110010011110011000111011010111011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5972; }

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

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

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

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

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

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

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

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