Html Css Color HEX #DB0DAC Hollywood Cerise

📋 copy color: '#DB0DAC'

red 219 ◦ green 13 ◦ blue 172

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

Shades of Hollywood Cerise #DB0DAC

Tints of Hollywood Cerise #DB0DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.22%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 54.21%
G = 3.22%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB0DAC (or 0xDB0DAC) is known color: Hollywood Cerise. HEX triplet: DB, 0D and AC. RGB value is (219,13,172). Sum of RGB (Red+Green+Blue) = 219+13+172=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0DAC is #24F253. Grayscale: #5C5C5C. Windows color (decimal): -2421332 or 11275739. OLE color: 11275739.

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

Color convert

RGB 219 13 172 -
CMYK 0 0.94 0.21 0.14
HSL 313.69º 0.89% 0.45% -
HSV(B) 313.69º 0.94% 0.86% -
XYZ 36.8 18.33 40.63 -
YUV 92.72 172.75 218.07 -
System Red Green Blue C M Y K H S L
Decimal 219 13 172 0 0.94 0.21 0.14 313.69 0.89 0.45
Hex DB D AC 0 5E 15 E 13A 59 2D
Octal 333 15 254 0 136 25 16 472 131 55
Binary 11011011 1101 10101100 0 1011110 10101 1110 100111010 1011001 101101

Color Harmonies of #DB0DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DAC

Black with #DB0DAC

Text Example


Text Example

White with #DB0DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DAC; }

 p { color: rgb(219,13,172); }

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

background-color css

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

 a { background-color: rgb(219,13,172); }

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

border-color css

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

 span { border-color: rgb(219,13,172); }

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