Html Css Color HEX #DB0DAF Hollywood Cerise

📋 copy color: '#DB0DAF'

red 219 ◦ green 13 ◦ blue 175

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

Shades of Hollywood Cerise #DB0DAF

Tints of Hollywood Cerise #DB0DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 53.81%
G = 3.19%
B = 43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB0DAF (or 0xDB0DAF) is known color: Hollywood Cerise. HEX triplet: DB, 0D and AF. RGB value is (219,13,175). Sum of RGB (Red+Green+Blue) = 219+13+175=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0DAF is #24F250. Grayscale: #5C5C5C. Windows color (decimal): -2421329 or 11472347. OLE color: 11472347.

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

Color convert

RGB 219 13 175 -
CMYK 0 0.94 0.20 0.14
HSL 312.82º 0.89% 0.45% -
HSV(B) 312.82º 0.94% 0.86% -
XYZ 37.1 18.44 42.16 -
YUV 93.06 174.25 217.83 -
System Red Green Blue C M Y K H S L
Decimal 219 13 175 0 0.94 0.20 0.14 312.82 0.89 0.45
Hex DB D AF 0 5E 14 E 139 59 2D
Octal 333 15 257 0 136 24 16 471 131 55
Binary 11011011 1101 10101111 0 1011110 10100 1110 100111001 1011001 101101

Color Harmonies of #DB0DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DAF

Black with #DB0DAF

Text Example


Text Example

White with #DB0DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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