#DB4B87

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

Shades of Cranberry #DB4B87

Tints of Cranberry #DB4B87

Color information

#DB4B87 (or 0xDB4B87) is unknown color: approx Cranberry. HEX triplet: DB, 4B and 87. RGB value is (219,75,135). Sum of RGB (Red+Green+Blue) = 219+75+135=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B87 is #24B478. Grayscale: #7C7C7C. Windows color (decimal): -2405497 or 8866779. OLE color: 8866779.

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

Color convert

RGB21975135-
CMYK00.660.380.14
HSL335º66.67%57.65%-
HSV(B)335º65.75%85.88%-
XYZ36.121.8425.23-
YUV124.9133.71195.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.05%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=51.05%
G=17.48%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197513500.660.380.1433566.6757.65
HexDB4B8704226E14f433a
Octal3331132070102461651710372
Binary110110111001011100001110100001010011011101010011111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4B87; }

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

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

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

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

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

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

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

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