Html Css Color HEX #DB0297 Hollywood Cerise

📋 copy color: '#DB0297'

red 219 ◦ green 2 ◦ blue 151

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

Shades of Hollywood Cerise #DB0297

Tints of Hollywood Cerise #DB0297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.59%

R = 58.87%
G = 0.54%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB0297 (or 0xDB0297) is known color: Hollywood Cerise. HEX triplet: DB, 02 and 97. RGB value is (219,2,151). Sum of RGB (Red+Green+Blue) = 219+2+151=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0297 is #24FD68. Grayscale: #535353. Windows color (decimal): -2424169 or 9896667. OLE color: 9896667.

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

Color convert

RGB 219 2 151 -
CMYK 0 0.99 0.31 0.14
HSL 318.8º 0.98% 0.43% -
HSV(B) 318.8º 0.99% 0.86% -
XYZ 34.82 17.34 30.79 -
YUV 83.87 165.89 224.38 -
System Red Green Blue C M Y K H S L
Decimal 219 2 151 0 0.99 0.31 0.14 318.8 0.98 0.43
Hex DB 2 97 0 63 1F E 13F 62 2B
Octal 333 2 227 0 143 37 16 477 142 53
Binary 11011011 10 10010111 0 1100011 11111 1110 100111111 1100010 101011

Color Harmonies of #DB0297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0297

Black with #DB0297

Text Example


Text Example

White with #DB0297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0297; }

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

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

background-color css

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

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

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

border-color css

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

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

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