#DE5070

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

Shades of Cranberry #DE5070

Tints of Cranberry #DE5070

Color information

#DE5070 (or 0xDE5070) is unknown color: approx Cranberry. HEX triplet: DE, 50 and 70. RGB value is (222,80,112). Sum of RGB (Red+Green+Blue) = 222+80+112=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5070 is #21AF8F. Grayscale: #7E7E7E. Windows color (decimal): -2207632 or 7360734. OLE color: 7360734.

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

Color convert

RGB22280112-
CMYK00.640.500.13
HSL346.48º68.27%59.22%-
HSV(B)346.48º63.96%87.06%-
XYZ35.9222.4417.77-
YUV126.11120.04196.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=53.62%
G=19.32%
B=27.05%

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
Decimal2228011200.640.500.13346.4868.2759.22
HexDE507004032D15a443b
Octal3361201600100621553210473
Binary11011110101000011100000100000011001011011010110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5070; }

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

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

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

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

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

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

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

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