Html Css Color HEX #DB0497 Hollywood Cerise

📋 copy color: '#DB0497'

red 219 ◦ green 4 ◦ blue 151

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

Shades of Hollywood Cerise #DB0497

Tints of Hollywood Cerise #DB0497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

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

R = 58.56%
G = 1.07%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB0497 (or 0xDB0497) is known color: Hollywood Cerise. HEX triplet: DB, 04 and 97. RGB value is (219,4,151). Sum of RGB (Red+Green+Blue) = 219+4+151=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0497 is #24FB68. Grayscale: #545454. Windows color (decimal): -2423657 or 9897179. OLE color: 9897179.

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

Color convert

RGB 219 4 151 -
CMYK 0 0.98 0.31 0.14
HSL 318.98º 0.96% 0.44% -
HSV(B) 318.98º 0.98% 0.86% -
XYZ 34.84 17.38 30.8 -
YUV 85.04 165.23 223.55 -
System Red Green Blue C M Y K H S L
Decimal 219 4 151 0 0.98 0.31 0.14 318.98 0.96 0.44
Hex DB 4 97 0 62 1F E 13F 60 2C
Octal 333 4 227 0 142 37 16 477 140 54
Binary 11011011 100 10010111 0 1100010 11111 1110 100111111 1100000 101100

Color Harmonies of #DB0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0497

Black with #DB0497

Text Example


Text Example

White with #DB0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0497; }

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

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

background-color css

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

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

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

border-color css

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

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

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