Html Css Color HEX #DB0B9F Hollywood Cerise

📋 copy color: '#DB0B9F'

red 219 ◦ green 11 ◦ blue 159

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

Shades of Hollywood Cerise #DB0B9F

Tints of Hollywood Cerise #DB0B9F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.83%

 BLUE value IS 159 (62.5% from 255) = 40.87%

R = 56.3%
G = 2.83%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB0B9F (or 0xDB0B9F) is known color: Hollywood Cerise. HEX triplet: DB, 0B and 9F. RGB value is (219,11,159). Sum of RGB (Red+Green+Blue) = 219+11+159=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0B9F is #24F460. Grayscale: #595959. Windows color (decimal): -2421857 or 10423259. OLE color: 10423259.

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

Color convert

RGB 219 11 159 -
CMYK 0 0.95 0.27 0.14
HSL 317.31º 0.9% 0.45% -
HSV(B) 317.31º 0.95% 0.86% -
XYZ 35.59 17.8 34.36 -
YUV 90.06 166.91 219.97 -
System Red Green Blue C M Y K H S L
Decimal 219 11 159 0 0.95 0.27 0.14 317.31 0.9 0.45
Hex DB B 9F 0 5F 1B E 13D 5A 2D
Octal 333 13 237 0 137 33 16 475 132 55
Binary 11011011 1011 10011111 0 1011111 11011 1110 100111101 1011010 101101

Color Harmonies of #DB0B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B9F

Black with #DB0B9F

Text Example


Text Example

White with #DB0B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B9F; }

 p { color: rgb(219,11,159); }

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

background-color css

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

 a { background-color: rgb(219,11,159); }

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

border-color css

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

 span { border-color: rgb(219,11,159); }

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