Html Css Color HEX #DB0498 Hollywood Cerise

📋 copy color: '#DB0498'

red 219 ◦ green 4 ◦ blue 152

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

Shades of Hollywood Cerise #DB0498

Tints of Hollywood Cerise #DB0498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.53%

R = 58.4%
G = 1.07%
B = 40.53%

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

#DB0498 (or 0xDB0498) is known color: Hollywood Cerise. HEX triplet: DB, 04 and 98. RGB value is (219,4,152). Sum of RGB (Red+Green+Blue) = 219+4+152=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0498 is #24FB67. Grayscale: #545454. Windows color (decimal): -2423656 or 9962715. OLE color: 9962715.

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

Color convert

RGB 219 4 152 -
CMYK 0 0.98 0.31 0.14
HSL 318.7º 0.96% 0.44% -
HSV(B) 318.7º 0.98% 0.86% -
XYZ 34.92 17.41 31.23 -
YUV 85.16 165.73 223.47 -
System Red Green Blue C M Y K H S L
Decimal 219 4 152 0 0.98 0.31 0.14 318.7 0.96 0.44
Hex DB 4 98 0 62 1F E 13F 60 2C
Octal 333 4 230 0 142 37 16 477 140 54
Binary 11011011 100 10011000 0 1100010 11111 1110 100111111 1100000 101100

Color Harmonies of #DB0498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0498

Black with #DB0498

Text Example


Text Example

White with #DB0498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0498; }

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

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

background-color css

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

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

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

border-color css

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

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

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