#DB5578

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

Shades of Cranberry #DB5578

Tints of Cranberry #DB5578

Color information

#DB5578 (or 0xDB5578) is unknown color: approx Cranberry. HEX triplet: DB, 55 and 78. RGB value is (219,85,120). Sum of RGB (Red+Green+Blue) = 219+85+120=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5578 is #24AA87. Grayscale: #818181. Windows color (decimal): -2402952 or 7886299. OLE color: 7886299.

HSL color Cylindrical-coordinate representation of color #DB5578: hue angle of 344.33º 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 #DB5578 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB21985120-
CMYK00.610.450.14
HSL344.33º65.05%59.61%-
HSV(B)344.33º61.19%85.88%-
XYZ35.8522.9120.3-
YUV129.06122.89192.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.65%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=51.65%
G=20.05%
B=28.30%

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
Decimal2198512000.610.450.14344.3365.0559.61
HexDB557803D2DE158413c
Octal333125170075551653010174
Binary1101101110101011111000011110110110111101010110001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5578; }

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

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

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

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

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

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

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

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