Html Css Color HEX #D80AA2 Hollywood Cerise

📋 copy color: '#D80AA2'

red 216 ◦ green 10 ◦ blue 162

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

Shades of Hollywood Cerise #D80AA2

Tints of Hollywood Cerise #D80AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.75%

R = 55.67%
G = 2.58%
B = 41.75%

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

#D80AA2 (or 0xD80AA2) is known color: Hollywood Cerise. HEX triplet: D8, 0A and A2. RGB value is (216,10,162). Sum of RGB (Red+Green+Blue) = 216+10+162=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80AA2 is #27F55D. Grayscale: #585858. Windows color (decimal): -2618718 or 10619608. OLE color: 10619608.

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

Color convert

RGB 216 10 162 -
CMYK 0 0.95 0.25 0.15
HSL 315.73º 0.91% 0.44% -
HSV(B) 315.73º 0.95% 0.85% -
XYZ 34.95 17.42 35.7 -
YUV 88.92 169.25 218.64 -
System Red Green Blue C M Y K H S L
Decimal 216 10 162 0 0.95 0.25 0.15 315.73 0.91 0.44
Hex D8 A A2 0 5F 19 F 13C 5B 2C
Octal 330 12 242 0 137 31 17 474 133 54
Binary 11011000 1010 10100010 0 1011111 11001 1111 100111100 1011011 101100

Color Harmonies of #D80AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80AA2

Black with #D80AA2

Text Example


Text Example

White with #D80AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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