Html Css Color HEX #D81AA8 Hollywood Cerise

📋 copy color: '#D81AA8'

red 216 ◦ green 26 ◦ blue 168

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

Shades of Hollywood Cerise #D81AA8

Tints of Hollywood Cerise #D81AA8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.34%

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 52.68%
G = 6.34%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D81AA8 (or 0xD81AA8) is known color: Hollywood Cerise. HEX triplet: D8, 1A and A8. RGB value is (216,26,168). Sum of RGB (Red+Green+Blue) = 216+26+168=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81AA8 is #27E557. Grayscale: #626262. Windows color (decimal): -2614616 or 11016920. OLE color: 11016920.

HSL color Cylindrical-coordinate representation of color #D81AA8: hue angle of 315.16º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81AA8 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 26 168 -
CMYK 0 0.88 0.22 0.15
HSL 315.16º 0.79% 0.47% -
HSV(B) 315.16º 0.88% 0.85% -
XYZ 35.76 18.16 38.67 -
YUV 99 166.95 211.45 -
System Red Green Blue C M Y K H S L
Decimal 216 26 168 0 0.88 0.22 0.15 315.16 0.79 0.47
Hex D8 1A A8 0 58 16 F 13B 4F 2F
Octal 330 32 250 0 130 26 17 473 117 57
Binary 11011000 11010 10101000 0 1011000 10110 1111 100111011 1001111 101111

Color Harmonies of #D81AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81AA8

Black with #D81AA8

Text Example


Text Example

White with #D81AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81AA8; }

 p { color: rgb(216,26,168); }

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

background-color css

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

 a { background-color: rgb(216,26,168); }

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

border-color css

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

 span { border-color: rgb(216,26,168); }

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