Html Css Color HEX #DB0199 Hollywood Cerise

📋 copy color: '#DB0199'

red 219 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #DB0199

Tints of Hollywood Cerise #DB0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 58.71%
G = 0.27%
B = 41.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB0199 (or 0xDB0199) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 99. RGB value is (219,1,153). Sum of RGB (Red+Green+Blue) = 219+1+153=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0199 is #24FE66. Grayscale: #535353. Windows color (decimal): -2424423 or 10027483. OLE color: 10027483.

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

Color convert

RGB 219 1 153 -
CMYK 0 1.00 0.30 0.14
HSL 318.17º 0.99% 0.43% -
HSV(B) 318.17º 1% 0.86% -
XYZ 34.97 17.38 31.65 -
YUV 83.51 167.22 224.64 -
System Red Green Blue C M Y K H S L
Decimal 219 1 153 0 1.00 0.30 0.14 318.17 0.99 0.43
Hex DB 1 99 0 64 1E E 13E 63 2B
Octal 333 1 231 0 144 36 16 476 143 53
Binary 11011011 1 10011001 0 1100100 11110 1110 100111110 1100011 101011

Color Harmonies of #DB0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0199

Black with #DB0199

Text Example


Text Example

White with #DB0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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