Html Css Color HEX #D80AAB Hollywood Cerise

📋 copy color: '#D80AAB'

red 216 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #D80AAB

Tints of Hollywood Cerise #D80AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 54.41%
G = 2.52%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D80AAB (or 0xD80AAB) is known color: Hollywood Cerise. HEX triplet: D8, 0A and AB. RGB value is (216,10,171). Sum of RGB (Red+Green+Blue) = 216+10+171=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80AAB is #27F554. Grayscale: #595959. Windows color (decimal): -2618709 or 11209432. OLE color: 11209432.

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

Color convert

RGB 216 10 171 -
CMYK 0 0.95 0.21 0.15
HSL 313.11º 0.91% 0.44% -
HSV(B) 313.11º 0.95% 0.85% -
XYZ 35.78 17.76 40.07 -
YUV 89.95 173.75 217.91 -
System Red Green Blue C M Y K H S L
Decimal 216 10 171 0 0.95 0.21 0.15 313.11 0.91 0.44
Hex D8 A AB 0 5F 15 F 139 5B 2C
Octal 330 12 253 0 137 25 17 471 133 54
Binary 11011000 1010 10101011 0 1011111 10101 1111 100111001 1011011 101100

Color Harmonies of #D80AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80AAB

Black with #D80AAB

Text Example


Text Example

White with #D80AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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