#DE5178

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

Shades of Cranberry #DE5178

Tints of Cranberry #DE5178

Color information

#DE5178 (or 0xDE5178) is unknown color: approx Cranberry. HEX triplet: DE, 51 and 78. RGB value is (222,81,120). Sum of RGB (Red+Green+Blue) = 222+81+120=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5178 is #21AE87. Grayscale: #7F7F7F. Windows color (decimal): -2207368 or 7885278. OLE color: 7885278.

HSL color Cylindrical-coordinate representation of color #DE5178: hue angle of 343.4º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5178 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB22281120-
CMYK00.640.460.13
HSL343.4º68.12%59.41%-
HSV(B)343.4º63.51%87.06%-
XYZ36.4622.7720.24-
YUV127.6123.71195.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.48%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=52.48%
G=19.15%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228112000.640.460.13343.468.1259.41
HexDE51780402ED157443b
Octal3361211700100561552710473
Binary11011110101000111110000100000010111011011010101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5178; }

 p { color: rgb(222,81,120); }

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

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

 a { background-color: rgb(222,81,120); }

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

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

 span { border-color: rgb(222,81,120); }

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