Html Css Color HEX #DB0399 Hollywood Cerise

📋 copy color: '#DB0399'

red 219 ◦ green 3 ◦ blue 153

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

Shades of Hollywood Cerise #DB0399

Tints of Hollywood Cerise #DB0399

RGB

 RED value IS 219 (85.94% from 255) = 58.4%

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 58.4%
G = 0.8%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB0399 (or 0xDB0399) is known color: Hollywood Cerise. HEX triplet: DB, 03 and 99. RGB value is (219,3,153). Sum of RGB (Red+Green+Blue) = 219+3+153=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0399 is #24FC66. Grayscale: #545454. Windows color (decimal): -2423911 or 10027995. OLE color: 10027995.

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

Color convert

RGB 219 3 153 -
CMYK 0 0.99 0.30 0.14
HSL 318.33º 0.97% 0.44% -
HSV(B) 318.33º 0.99% 0.86% -
XYZ 35 17.43 31.66 -
YUV 84.68 166.56 223.8 -
System Red Green Blue C M Y K H S L
Decimal 219 3 153 0 0.99 0.30 0.14 318.33 0.97 0.44
Hex DB 3 99 0 63 1E E 13E 61 2C
Octal 333 3 231 0 143 36 16 476 141 54
Binary 11011011 11 10011001 0 1100011 11110 1110 100111110 1100001 101100

Color Harmonies of #DB0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0399

Black with #DB0399

Text Example


Text Example

White with #DB0399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0399; }

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

 H1.HeaderClassName
 {
   color: #DB0399;
 }
 .AnyTagClassName
 {
   color: #DB0399;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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