Html Css Color HEX #D80AA7 Hollywood Cerise

📋 copy color: '#D80AA7'

red 216 ◦ green 10 ◦ blue 167

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

Shades of Hollywood Cerise #D80AA7

Tints of Hollywood Cerise #D80AA7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 167 (65.63% from 255) = 42.49%

R = 54.96%
G = 2.54%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D80AA7 (or 0xD80AA7) is known color: Hollywood Cerise. HEX triplet: D8, 0A and A7. RGB value is (216,10,167). Sum of RGB (Red+Green+Blue) = 216+10+167=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80AA7 is #27F558. Grayscale: #595959. Windows color (decimal): -2618713 or 10947288. OLE color: 10947288.

HSL color Cylindrical-coordinate representation of color #D80AA7: hue angle of 314.27º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80AA7 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 10 167 -
CMYK 0 0.95 0.23 0.15
HSL 314.27º 0.91% 0.44% -
HSV(B) 314.27º 0.95% 0.85% -
XYZ 35.4 17.61 38.09 -
YUV 89.49 171.75 218.23 -
System Red Green Blue C M Y K H S L
Decimal 216 10 167 0 0.95 0.23 0.15 314.27 0.91 0.44
Hex D8 A A7 0 5F 17 F 13A 5B 2C
Octal 330 12 247 0 137 27 17 472 133 54
Binary 11011000 1010 10100111 0 1011111 10111 1111 100111010 1011011 101100

Color Harmonies of #D80AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80AA7

Black with #D80AA7

Text Example


Text Example

White with #D80AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80AA7; }

 p { color: rgb(216,10,167); }

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

background-color css

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

 a { background-color: rgb(216,10,167); }

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

border-color css

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

 span { border-color: rgb(216,10,167); }

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