#DE5170

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

Shades of Cranberry #DE5170

Tints of Cranberry #DE5170

Color information

#DE5170 (or 0xDE5170) is unknown color: approx Cranberry. HEX triplet: DE, 51 and 70. RGB value is (222,81,112). Sum of RGB (Red+Green+Blue) = 222+81+112=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5170 is #21AE8F. Grayscale: #7E7E7E. Windows color (decimal): -2207376 or 7360990. OLE color: 7360990.

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

Color convert

RGB22281112-
CMYK00.640.500.13
HSL346.81º68.12%59.41%-
HSV(B)346.81º63.51%87.06%-
XYZ35.9922.5817.79-
YUV126.69119.71195.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.49%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=53.49%
G=19.52%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228111200.640.500.13346.8168.1259.41
HexDE517004032D15b443b
Octal3361211600100621553310473
Binary11011110101000111100000100000011001011011010110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5170; }

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

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

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

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

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

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

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

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