#DB0899

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

Shades of Hollywood Cerise #DB0899

Tints of Hollywood Cerise #DB0899

Color information

#DB0899 (or 0xDB0899) is unknown color: approx Hollywood Cerise. HEX triplet: DB, 08 and 99. RGB value is (219,8,153). Sum of RGB (Red+Green+Blue) = 219+8+153=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0899 is #24F766. Grayscale: #575757. Windows color (decimal): -2422631 or 10029275. OLE color: 10029275.

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

Color convert

RGB2198153-
CMYK00.960.300.14
HSL318.77º92.95%44.51%-
HSV(B)318.77º96.35%85.88%-
XYZ35.0517.5331.67-
YUV87.62164.9221.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.63%
GREEN value IS 8 (3.52% from 255) = 2.11%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=57.63%
G=2.11%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219815300.960.300.14318.7792.9544.51
HexDB8990601EE13f5d2d
Octal333102310140361647713555
Binary11011011100010011001011000001111011101001111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0899; }

 p { color: rgb(219,8,153); }

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

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

 a { background-color: rgb(219,8,153); }

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

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

 span { border-color: rgb(219,8,153); }

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