#DE5774

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

Shades of Cranberry #DE5774

Tints of Cranberry #DE5774

Color information

#DE5774 (or 0xDE5774) is unknown color: approx Cranberry. HEX triplet: DE, 57 and 74. RGB value is (222,87,116). Sum of RGB (Red+Green+Blue) = 222+87+116=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5774 is #21A88B. Grayscale: #828282. Windows color (decimal): -2205836 or 7624670. OLE color: 7624670.

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

Color convert

RGB22287116-
CMYK00.610.480.13
HSL347.11º67.16%60.59%-
HSV(B)347.11º60.81%87.06%-
XYZ36.6823.6119.15-
YUV130.67119.73193.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=52.24%
G=20.47%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228711600.610.480.13347.1167.1660.59
HexDE577403D30D15b433d
Octal336127164075601553310375
Binary1101111010101111110100011110111000011011010110111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5774; }

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

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

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

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

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

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

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

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