#DB5078

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

Shades of Cranberry #DB5078

Tints of Cranberry #DB5078

Color information

#DB5078 (or 0xDB5078) is unknown color: approx Cranberry. HEX triplet: DB, 50 and 78. RGB value is (219,80,120). Sum of RGB (Red+Green+Blue) = 219+80+120=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5078 is #24AF87. Grayscale: #7E7E7E. Windows color (decimal): -2404232 or 7885019. OLE color: 7885019.

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

Color convert

RGB21980120-
CMYK00.630.450.14
HSL342.73º65.88%58.63%-
HSV(B)342.73º63.47%85.88%-
XYZ35.4722.1520.18-
YUV126.12124.55194.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.27%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=52.27%
G=19.09%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198012000.630.450.14342.7365.8858.63
HexDB507803F2DE157423b
Octal333120170077551652710273
Binary1101101110100001111000011111110110111101010101111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5078; }

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

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

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

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

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

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

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

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