Html Css Color HEX #DB0798 Hollywood Cerise

📋 copy color: '#DB0798'

red 219 ◦ green 7 ◦ blue 152

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

Shades of Hollywood Cerise #DB0798

Tints of Hollywood Cerise #DB0798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.85%

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

R = 57.94%
G = 1.85%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB0798 (or 0xDB0798) is known color: Hollywood Cerise. HEX triplet: DB, 07 and 98. RGB value is (219,7,152). Sum of RGB (Red+Green+Blue) = 219+7+152=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0798 is #24F867. Grayscale: #565656. Windows color (decimal): -2422888 or 9963483. OLE color: 9963483.

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

Color convert

RGB 219 7 152 -
CMYK 0 0.97 0.31 0.14
HSL 318.96º 0.94% 0.44% -
HSV(B) 318.96º 0.97% 0.86% -
XYZ 34.96 17.48 31.24 -
YUV 86.92 164.74 222.21 -
System Red Green Blue C M Y K H S L
Decimal 219 7 152 0 0.97 0.31 0.14 318.96 0.94 0.44
Hex DB 7 98 0 61 1F E 13F 5E 2C
Octal 333 7 230 0 141 37 16 477 136 54
Binary 11011011 111 10011000 0 1100001 11111 1110 100111111 1011110 101100

Color Harmonies of #DB0798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0798

Black with #DB0798

Text Example


Text Example

White with #DB0798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0798; }

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

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

background-color css

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

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

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

border-color css

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

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

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