Html Css Color HEX #DB0998 Hollywood Cerise

📋 copy color: '#DB0998'

red 219 ◦ green 9 ◦ blue 152

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

Shades of Hollywood Cerise #DB0998

Tints of Hollywood Cerise #DB0998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.37%

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

R = 57.63%
G = 2.37%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB0998 (or 0xDB0998) is known color: Hollywood Cerise. HEX triplet: DB, 09 and 98. RGB value is (219,9,152). Sum of RGB (Red+Green+Blue) = 219+9+152=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0998 is #24F667. Grayscale: #575757. Windows color (decimal): -2422376 or 9963995. OLE color: 9963995.

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

Color convert

RGB 219 9 152 -
CMYK 0 0.96 0.31 0.14
HSL 319.14º 0.92% 0.45% -
HSV(B) 319.14º 0.96% 0.86% -
XYZ 34.98 17.52 31.24 -
YUV 88.09 164.07 221.37 -
System Red Green Blue C M Y K H S L
Decimal 219 9 152 0 0.96 0.31 0.14 319.14 0.92 0.45
Hex DB 9 98 0 60 1F E 13F 5C 2D
Octal 333 11 230 0 140 37 16 477 134 55
Binary 11011011 1001 10011000 0 1100000 11111 1110 100111111 1011100 101101

Color Harmonies of #DB0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0998

Black with #DB0998

Text Example


Text Example

White with #DB0998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0998; }

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

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

background-color css

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

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

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

border-color css

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

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

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