#DB5579

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

Shades of Cranberry #DB5579

Tints of Cranberry #DB5579

Color information

#DB5579 (or 0xDB5579) is unknown color: approx Cranberry. HEX triplet: DB, 55 and 79. RGB value is (219,85,121). Sum of RGB (Red+Green+Blue) = 219+85+121=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5579 is #24AA86. Grayscale: #818181. Windows color (decimal): -2402951 or 7951835. OLE color: 7951835.

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

Color convert

RGB21985121-
CMYK00.610.450.14
HSL343.88º65.05%59.61%-
HSV(B)343.88º61.19%85.88%-
XYZ35.9122.9420.62-
YUV129.17123.39192.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.53%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=51.53%
G=20%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198512100.610.450.14343.8865.0559.61
HexDB557903D2DE158413c
Octal333125171075551653010174
Binary1101101110101011111001011110110110111101010110001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5579; }

 p { color: rgb(219,85,121); }

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

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

 a { background-color: rgb(219,85,121); }

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

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

 span { border-color: rgb(219,85,121); }

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