Html Css Color HEX #D81AAA Hollywood Cerise

📋 copy color: '#D81AAA'

red 216 ◦ green 26 ◦ blue 170

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

Shades of Hollywood Cerise #D81AAA

Tints of Hollywood Cerise #D81AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 52.43%
G = 6.31%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D81AAA (or 0xD81AAA) is known color: Hollywood Cerise. HEX triplet: D8, 1A and AA. RGB value is (216,26,170). Sum of RGB (Red+Green+Blue) = 216+26+170=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81AAA is #27E555. Grayscale: #626262. Windows color (decimal): -2614614 or 11147992. OLE color: 11147992.

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

Color convert

RGB 216 26 170 -
CMYK 0 0.88 0.21 0.15
HSL 314.53º 0.79% 0.47% -
HSV(B) 314.53º 0.88% 0.85% -
XYZ 35.94 18.24 39.66 -
YUV 99.23 167.95 211.29 -
System Red Green Blue C M Y K H S L
Decimal 216 26 170 0 0.88 0.21 0.15 314.53 0.79 0.47
Hex D8 1A AA 0 58 15 F 13B 4F 2F
Octal 330 32 252 0 130 25 17 473 117 57
Binary 11011000 11010 10101010 0 1011000 10101 1111 100111011 1001111 101111

Color Harmonies of #D81AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81AAA

Black with #D81AAA

Text Example


Text Example

White with #D81AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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