#DE5180

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

Shades of Cranberry #DE5180

Tints of Cranberry #DE5180

Color information

#DE5180 (or 0xDE5180) is unknown color: approx Cranberry. HEX triplet: DE, 51 and 80. RGB value is (222,81,128). Sum of RGB (Red+Green+Blue) = 222+81+128=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5180 is #21AE7F. Grayscale: #808080. Windows color (decimal): -2207360 or 8409566. OLE color: 8409566.

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

Color convert

RGB22281128-
CMYK00.640.420.13
HSL340º68.12%59.41%-
HSV(B)340º63.51%87.06%-
XYZ36.9622.9722.91-
YUV128.52127.71194.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=51.51%
G=18.79%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228112800.640.420.1334068.1259.41
HexDE51800402AD154443b
Octal3361212000100521552410473
Binary110111101010001100000000100000010101011011010101001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5180; }

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

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

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

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

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

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

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

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