#DB5E72

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

Shades of Cranberry #DB5E72

Tints of Cranberry #DB5E72

Color information

#DB5E72 (or 0xDB5E72) is unknown color: approx Cranberry. HEX triplet: DB, 5E and 72. RGB value is (219,94,114). Sum of RGB (Red+Green+Blue) = 219+94+114=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E72 is #24A18D. Grayscale: #858585. Windows color (decimal): -2400654 or 7495387. OLE color: 7495387.

HSL color Cylindrical-coordinate representation of color #DB5E72: hue angle of 350.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E72 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB21994114-
CMYK00.570.480.14
HSL350.4º63.45%61.37%-
HSV(B)350.4º57.08%85.88%-
XYZ36.2524.2818.7-
YUV133.66116.91188.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.29%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=51.29%
G=22.01%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199411400.570.480.14350.463.4561.37
HexDB5E7203930E15e3f3d
Octal33313616207160165367775
Binary110110111011110111001001110011100001110101011110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5E72; }

 p { color: rgb(219,94,114); }

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

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

 a { background-color: rgb(219,94,114); }

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

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

 span { border-color: rgb(219,94,114); }

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