#DE5775

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

Shades of Cranberry #DE5775

Tints of Cranberry #DE5775

Color information

#DE5775 (or 0xDE5775) is unknown color: approx Cranberry. HEX triplet: DE, 57 and 75. RGB value is (222,87,117). Sum of RGB (Red+Green+Blue) = 222+87+117=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5775 is #21A88A. Grayscale: #828282. Windows color (decimal): -2205835 or 7690206. OLE color: 7690206.

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

Color convert

RGB22287117-
CMYK00.610.470.13
HSL346.67º67.16%60.59%-
HSV(B)346.67º60.81%87.06%-
XYZ36.7423.6319.45-
YUV130.78120.23193.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 87 (34.38% from 255) = 20.42%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=52.11%
G=20.42%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228711700.610.470.13346.6767.1660.59
HexDE577503D2FD15b433d
Octal336127165075571553310375
Binary1101111010101111110101011110110111111011010110111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5775; }

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

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

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

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

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

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

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

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