#DE5D74

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

Shades of Cranberry #DE5D74

Tints of Cranberry #DE5D74

Color information

#DE5D74 (or 0xDE5D74) is unknown color: approx Cranberry. HEX triplet: DE, 5D and 74. RGB value is (222,93,116). Sum of RGB (Red+Green+Blue) = 222+93+116=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D74 is #21A28B. Grayscale: #868686. Windows color (decimal): -2204300 or 7626206. OLE color: 7626206.

HSL color Cylindrical-coordinate representation of color #DE5D74: hue angle of 349.3º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5D74 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB22293116-
CMYK00.580.480.13
HSL349.3º66.15%61.76%-
HSV(B)349.3º58.11%87.06%-
XYZ37.1924.6219.31-
YUV134.19117.74190.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=51.51%
G=21.58%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229311600.580.480.13349.366.1561.76
HexDE5D7403A30D15d423e
Octal336135164072601553510276
Binary1101111010111011110100011101011000011011010111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D74; }

 p { color: rgb(222,93,116); }

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

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

 a { background-color: rgb(222,93,116); }

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

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

 span { border-color: rgb(222,93,116); }

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