#DE5771

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

Shades of Cranberry #DE5771

Tints of Cranberry #DE5771

Color information

#DE5771 (or 0xDE5771) is unknown color: approx Cranberry. HEX triplet: DE, 57 and 71. RGB value is (222,87,113). Sum of RGB (Red+Green+Blue) = 222+87+113=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5771 is #21A88E. Grayscale: #828282. Windows color (decimal): -2205839 or 7428062. OLE color: 7428062.

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

Color convert

RGB22287113-
CMYK00.610.490.13
HSL348.44º67.16%60.59%-
HSV(B)348.44º60.81%87.06%-
XYZ36.5123.5418.24-
YUV130.33118.23193.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.61%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=52.61%
G=20.62%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228711300.610.490.13348.4467.1660.59
HexDE577103D31D15c433d
Octal336127161075611553410375
Binary1101111010101111110001011110111000111011010111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5771; }

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

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

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

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

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

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

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

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