Html Css Color HEX #DB0299 Hollywood Cerise

📋 copy color: '#DB0299'

red 219 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #DB0299

Tints of Hollywood Cerise #DB0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 58.56%
G = 0.53%
B = 40.91%

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

#DB0299 (or 0xDB0299) is known color: Hollywood Cerise. HEX triplet: DB, 02 and 99. RGB value is (219,2,153). Sum of RGB (Red+Green+Blue) = 219+2+153=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0299 is #24FD66. Grayscale: #535353. Windows color (decimal): -2424167 or 10027739. OLE color: 10027739.

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

Color convert

RGB 219 2 153 -
CMYK 0 0.99 0.30 0.14
HSL 318.25º 0.98% 0.43% -
HSV(B) 318.25º 0.99% 0.86% -
XYZ 34.98 17.4 31.65 -
YUV 84.1 166.89 224.22 -
System Red Green Blue C M Y K H S L
Decimal 219 2 153 0 0.99 0.30 0.14 318.25 0.98 0.43
Hex DB 2 99 0 63 1E E 13E 62 2B
Octal 333 2 231 0 143 36 16 476 142 53
Binary 11011011 10 10011001 0 1100011 11110 1110 100111110 1100010 101011

Color Harmonies of #DB0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0299

Black with #DB0299

Text Example


Text Example

White with #DB0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0299; }

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

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

background-color css

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

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

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

border-color css

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

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

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