#DB5479

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

Shades of Cranberry #DB5479

Tints of Cranberry #DB5479

Color information

#DB5479 (or 0xDB5479) is unknown color: approx Cranberry. HEX triplet: DB, 54 and 79. RGB value is (219,84,121). Sum of RGB (Red+Green+Blue) = 219+84+121=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5479 is #24AB86. Grayscale: #808080. Windows color (decimal): -2403207 or 7951579. OLE color: 7951579.

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

Color convert

RGB21984121-
CMYK00.620.450.14
HSL343.56º65.22%59.41%-
HSV(B)343.56º61.64%85.88%-
XYZ35.8322.7820.6-
YUV128.58123.73192.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.65%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=51.65%
G=19.81%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198412100.620.450.14343.5665.2259.41
HexDB547903E2DE158413b
Octal333124171076551653010173
Binary1101101110101001111001011111010110111101010110001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5479; }

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

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

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

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

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

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

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

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