#DB5086

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

Shades of Cranberry #DB5086

Tints of Cranberry #DB5086

Color information

#DB5086 (or 0xDB5086) is unknown color: approx Cranberry. HEX triplet: DB, 50 and 86. RGB value is (219,80,134). Sum of RGB (Red+Green+Blue) = 219+80+134=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5086 is #24AF79. Grayscale: #7F7F7F. Windows color (decimal): -2404218 or 8802523. OLE color: 8802523.

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

Color convert

RGB21980134-
CMYK00.630.390.14
HSL336.69º65.88%58.63%-
HSV(B)336.69º63.47%85.88%-
XYZ36.3922.5224.98-
YUV127.72131.55193.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.58%
GREEN value IS 80 (31.64% from 255) = 18.48%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=50.58%
G=18.48%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198013400.630.390.14336.6965.8858.63
HexDB508603F27E151423b
Octal333120206077471652110273
Binary11011011101000010000110011111110011111101010100011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5086; }

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

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

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

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

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

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

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

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