Html Css Color HEX #DB0296 Hollywood Cerise

📋 copy color: '#DB0296'

red 219 ◦ green 2 ◦ blue 150

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

Shades of Hollywood Cerise #DB0296

Tints of Hollywood Cerise #DB0296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 59.03%
G = 0.54%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB0296 (or 0xDB0296) is known color: Hollywood Cerise. HEX triplet: DB, 02 and 96. RGB value is (219,2,150). Sum of RGB (Red+Green+Blue) = 219+2+150=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0296 is #24FD69. Grayscale: #535353. Windows color (decimal): -2424170 or 9831131. OLE color: 9831131.

HSL color Cylindrical-coordinate representation of color #DB0296: hue angle of 319.08º 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 #DB0296 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 150 -
CMYK 0 0.99 0.32 0.14
HSL 319.08º 0.98% 0.43% -
HSV(B) 319.08º 0.99% 0.86% -
XYZ 34.74 17.31 30.36 -
YUV 83.76 165.39 224.47 -
System Red Green Blue C M Y K H S L
Decimal 219 2 150 0 0.99 0.32 0.14 319.08 0.98 0.43
Hex DB 2 96 0 63 20 E 13F 62 2B
Octal 333 2 226 0 143 40 16 477 142 53
Binary 11011011 10 10010110 0 1100011 100000 1110 100111111 1100010 101011

Color Harmonies of #DB0296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0296

Black with #DB0296

Text Example


Text Example

White with #DB0296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0296; }

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

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

background-color css

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

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

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

border-color css

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

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

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