#DB5A76

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

Shades of Cranberry #DB5A76

Tints of Cranberry #DB5A76

Color information

#DB5A76 (or 0xDB5A76) is unknown color: approx Cranberry. HEX triplet: DB, 5A and 76. RGB value is (219,90,118). Sum of RGB (Red+Green+Blue) = 219+90+118=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A76 is #24A589. Grayscale: #838383. Windows color (decimal): -2401674 or 7756507. OLE color: 7756507.

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

Color convert

RGB21990118-
CMYK00.590.460.14
HSL346.98º64.18%60.59%-
HSV(B)346.98º58.9%85.88%-
XYZ36.1423.6819.81-
YUV131.76120.24190.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.29%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=51.29%
G=21.08%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199011800.590.460.14346.9864.1860.59
HexDB5A7603B2EE15b403d
Octal333132166073561653310075
Binary1101101110110101110110011101110111011101010110111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5A76; }

 p { color: rgb(219,90,118); }

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

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

 a { background-color: rgb(219,90,118); }

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

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

 span { border-color: rgb(219,90,118); }

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