Html Css Color HEX #DB0197 Hollywood Cerise

📋 copy color: '#DB0197'

red 219 ◦ green 1 ◦ blue 151

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

Shades of Hollywood Cerise #DB0197

Tints of Hollywood Cerise #DB0197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 59.03%
G = 0.27%
B = 40.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB0197 (or 0xDB0197) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 97. RGB value is (219,1,151). Sum of RGB (Red+Green+Blue) = 219+1+151=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0197 is #24FE68. Grayscale: #525252. Windows color (decimal): -2424425 or 9896411. OLE color: 9896411.

HSL color Cylindrical-coordinate representation of color #DB0197: hue angle of 318.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0197 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 1 151 -
CMYK 0 1.00 0.31 0.14
HSL 318.72º 0.99% 0.43% -
HSV(B) 318.72º 1% 0.86% -
XYZ 34.81 17.32 30.79 -
YUV 83.28 166.22 224.8 -
System Red Green Blue C M Y K H S L
Decimal 219 1 151 0 1.00 0.31 0.14 318.72 0.99 0.43
Hex DB 1 97 0 64 1F E 13F 63 2B
Octal 333 1 227 0 144 37 16 477 143 53
Binary 11011011 1 10010111 0 1100100 11111 1110 100111111 1100011 101011

Color Harmonies of #DB0197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0197

Black with #DB0197

Text Example


Text Example

White with #DB0197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0197; }

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

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

background-color css

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

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

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

border-color css

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

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

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