Html Css Color HEX #DB0FAA Hollywood Cerise

📋 copy color: '#DB0FAA'

red 219 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #DB0FAA

Tints of Hollywood Cerise #DB0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.71%

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 54.21%
G = 3.71%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB0FAA (or 0xDB0FAA) is known color: Hollywood Cerise. HEX triplet: DB, 0F and AA. RGB value is (219,15,170). Sum of RGB (Red+Green+Blue) = 219+15+170=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0FAA is #24F055. Grayscale: #5D5D5D. Windows color (decimal): -2420822 or 11145179. OLE color: 11145179.

HSL color Cylindrical-coordinate representation of color #DB0FAA: hue angle of 314.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FAA is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 15 170 -
CMYK 0 0.93 0.22 0.14
HSL 314.41º 0.87% 0.46% -
HSV(B) 314.41º 0.93% 0.86% -
XYZ 36.64 18.3 39.63 -
YUV 93.67 171.09 217.4 -
System Red Green Blue C M Y K H S L
Decimal 219 15 170 0 0.93 0.22 0.14 314.41 0.87 0.46
Hex DB F AA 0 5D 16 E 13A 57 2E
Octal 333 17 252 0 135 26 16 472 127 56
Binary 11011011 1111 10101010 0 1011101 10110 1110 100111010 1010111 101110

Color Harmonies of #DB0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FAA

Black with #DB0FAA

Text Example


Text Example

White with #DB0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FAA; }

 p { color: rgb(219,15,170); }

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

background-color css

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

 a { background-color: rgb(219,15,170); }

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

border-color css

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

 span { border-color: rgb(219,15,170); }

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