Html Css Color HEX #DB0C9F Hollywood Cerise

📋 copy color: '#DB0C9F'

red 219 ◦ green 12 ◦ blue 159

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

Shades of Hollywood Cerise #DB0C9F

Tints of Hollywood Cerise #DB0C9F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.08%

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

R = 56.15%
G = 3.08%
B = 40.77%

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

#DB0C9F (or 0xDB0C9F) is known color: Hollywood Cerise. HEX triplet: DB, 0C and 9F. RGB value is (219,12,159). Sum of RGB (Red+Green+Blue) = 219+12+159=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0C9F is #24F360. Grayscale: #5A5A5A. Windows color (decimal): -2421601 or 10423515. OLE color: 10423515.

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

Color convert

RGB 219 12 159 -
CMYK 0 0.95 0.27 0.14
HSL 317.39º 0.9% 0.45% -
HSV(B) 317.39º 0.95% 0.86% -
XYZ 35.6 17.83 34.37 -
YUV 90.65 166.58 219.55 -
System Red Green Blue C M Y K H S L
Decimal 219 12 159 0 0.95 0.27 0.14 317.39 0.9 0.45
Hex DB C 9F 0 5F 1B E 13D 5A 2D
Octal 333 14 237 0 137 33 16 475 132 55
Binary 11011011 1100 10011111 0 1011111 11011 1110 100111101 1011010 101101

Color Harmonies of #DB0C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C9F

Black with #DB0C9F

Text Example


Text Example

White with #DB0C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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