Html Css Color HEX #DB0997 Hollywood Cerise

📋 copy color: '#DB0997'

red 219 ◦ green 9 ◦ blue 151

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

Shades of Hollywood Cerise #DB0997

Tints of Hollywood Cerise #DB0997

RGB

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

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

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

R = 57.78%
G = 2.37%
B = 39.84%

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

#DB0997 (or 0xDB0997) is known color: Hollywood Cerise. HEX triplet: DB, 09 and 97. RGB value is (219,9,151). Sum of RGB (Red+Green+Blue) = 219+9+151=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0997 is #24F668. Grayscale: #575757. Windows color (decimal): -2422377 or 9898459. OLE color: 9898459.

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

Color convert

RGB 219 9 151 -
CMYK 0 0.96 0.31 0.14
HSL 319.43º 0.92% 0.45% -
HSV(B) 319.43º 0.96% 0.86% -
XYZ 34.9 17.49 30.81 -
YUV 87.98 163.57 221.45 -
System Red Green Blue C M Y K H S L
Decimal 219 9 151 0 0.96 0.31 0.14 319.43 0.92 0.45
Hex DB 9 97 0 60 1F E 13F 5C 2D
Octal 333 11 227 0 140 37 16 477 134 55
Binary 11011011 1001 10010111 0 1100000 11111 1110 100111111 1011100 101101

Color Harmonies of #DB0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0997

Black with #DB0997

Text Example


Text Example

White with #DB0997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0997; }

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

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

background-color css

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

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

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

border-color css

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

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

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