Html Css Color HEX #D80FAA Hollywood Cerise

📋 copy color: '#D80FAA'

red 216 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #D80FAA

Tints of Hollywood Cerise #D80FAA

RGB

 RED value IS 216 (84.77% from 255) = 53.87%

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

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

R = 53.87%
G = 3.74%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D80FAA (or 0xD80FAA) is known color: Hollywood Cerise. HEX triplet: D8, 0F and AA. RGB value is (216,15,170). Sum of RGB (Red+Green+Blue) = 216+15+170=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80FAA is #27F055. Grayscale: #5C5C5C. Windows color (decimal): -2617430 or 11145176. OLE color: 11145176.

HSL color Cylindrical-coordinate representation of color #D80FAA: hue angle of 313.73º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80FAA is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 15 170 -
CMYK 0 0.93 0.21 0.15
HSL 313.73º 0.87% 0.45% -
HSV(B) 313.73º 0.93% 0.85% -
XYZ 35.75 17.84 39.59 -
YUV 92.77 171.59 215.9 -
System Red Green Blue C M Y K H S L
Decimal 216 15 170 0 0.93 0.21 0.15 313.73 0.87 0.45
Hex D8 F AA 0 5D 15 F 13A 57 2D
Octal 330 17 252 0 135 25 17 472 127 55
Binary 11011000 1111 10101010 0 1011101 10101 1111 100111010 1010111 101101

Color Harmonies of #D80FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80FAA

Black with #D80FAA

Text Example


Text Example

White with #D80FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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