#DB5087

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

Shades of Cranberry #DB5087

Tints of Cranberry #DB5087

Color information

#DB5087 (or 0xDB5087) is unknown color: approx Cranberry. HEX triplet: DB, 50 and 87. RGB value is (219,80,135). Sum of RGB (Red+Green+Blue) = 219+80+135=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5087 is #24AF78. Grayscale: #7F7F7F. Windows color (decimal): -2404217 or 8868059. OLE color: 8868059.

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

Color convert

RGB21980135-
CMYK00.630.380.14
HSL336.26º65.88%58.63%-
HSV(B)336.26º63.47%85.88%-
XYZ36.4622.5525.35-
YUV127.83132.05193.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.46%
GREEN value IS 80 (31.64% from 255) = 18.43%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=50.46%
G=18.43%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198013500.630.380.14336.2665.8858.63
HexDB508703F26E150423b
Octal333120207077461652010273
Binary11011011101000010000111011111110011011101010100001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5087; }

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

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

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

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

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

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

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

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