Html Css Color HEX #D80AA1 Hollywood Cerise

📋 copy color: '#D80AA1'

red 216 ◦ green 10 ◦ blue 161

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

Shades of Hollywood Cerise #D80AA1

Tints of Hollywood Cerise #D80AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.6%

R = 55.81%
G = 2.58%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D80AA1 (or 0xD80AA1) is known color: Hollywood Cerise. HEX triplet: D8, 0A and A1. RGB value is (216,10,161). Sum of RGB (Red+Green+Blue) = 216+10+161=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80AA1 is #27F55E. Grayscale: #585858. Windows color (decimal): -2618719 or 10554072. OLE color: 10554072.

HSL color Cylindrical-coordinate representation of color #D80AA1: hue angle of 316.02º 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 #D80AA1 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 10 161 -
CMYK 0 0.95 0.25 0.15
HSL 316.02º 0.91% 0.44% -
HSV(B) 316.02º 0.95% 0.85% -
XYZ 34.86 17.39 35.24 -
YUV 88.81 168.75 218.72 -
System Red Green Blue C M Y K H S L
Decimal 216 10 161 0 0.95 0.25 0.15 316.02 0.91 0.44
Hex D8 A A1 0 5F 19 F 13C 5B 2C
Octal 330 12 241 0 137 31 17 474 133 54
Binary 11011000 1010 10100001 0 1011111 11001 1111 100111100 1011011 101100

Color Harmonies of #D80AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80AA1

Black with #D80AA1

Text Example


Text Example

White with #D80AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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