#DE5D75

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

Shades of Cranberry #DE5D75

Tints of Cranberry #DE5D75

Color information

#DE5D75 (or 0xDE5D75) is unknown color: approx Cranberry. HEX triplet: DE, 5D and 75. RGB value is (222,93,117). Sum of RGB (Red+Green+Blue) = 222+93+117=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D75 is #21A28A. Grayscale: #868686. Windows color (decimal): -2204299 or 7691742. OLE color: 7691742.

HSL color Cylindrical-coordinate representation of color #DE5D75: hue angle of 348.84º 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 #DE5D75 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB22293117-
CMYK00.580.470.13
HSL348.84º66.15%61.76%-
HSV(B)348.84º58.11%87.06%-
XYZ37.2524.6419.62-
YUV134.31118.24190.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.39%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=51.39%
G=21.53%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229311700.580.470.13348.8466.1561.76
HexDE5D7503A2FD15d423e
Octal336135165072571553510276
Binary1101111010111011110101011101010111111011010111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D75; }

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

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

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

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

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

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

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

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