Html Css Color HEX #DB0899 Hollywood Cerise

📋 copy color: '#DB0899'

red 219 ◦ green 8 ◦ blue 153

#DB0899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DB0899

Tints of Hollywood Cerise #DB0899

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 value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB0899 (or 0xDB0899) is known color: 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

RGB 219 8 153 -
CMYK 0 0.96 0.30 0.14
HSL 318.77º 0.93% 0.45% -
HSV(B) 318.77º 0.96% 0.86% -
XYZ 35.05 17.53 31.67 -
YUV 87.62 164.9 221.71 -
System Red Green Blue C M Y K H S L
Decimal 219 8 153 0 0.96 0.30 0.14 318.77 0.93 0.45
Hex DB 8 99 0 60 1E E 13F 5D 2D
Octal 333 10 231 0 140 36 16 477 135 55
Binary 11011011 1000 10011001 0 1100000 11110 1110 100111111 1011101 101101

Color Harmonies of #DB0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0899

Black with #DB0899

Text Example


Text Example

White with #DB0899

Text Example


Text Example

HTML Codes & Css Web 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>