Html Css Color HEX #D813AA Hollywood Cerise

📋 copy color: '#D813AA'

red 216 ◦ green 19 ◦ blue 170

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

Shades of Hollywood Cerise #D813AA

Tints of Hollywood Cerise #D813AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.69%

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

R = 53.33%
G = 4.69%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D813AA (or 0xD813AA) is known color: Hollywood Cerise. HEX triplet: D8, 13 and AA. RGB value is (216,19,170). Sum of RGB (Red+Green+Blue) = 216+19+170=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D813AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D813AA is #27EC55. Grayscale: #5E5E5E. Windows color (decimal): -2616406 or 11146200. OLE color: 11146200.

HSL color Cylindrical-coordinate representation of color #D813AA: hue angle of 314.01º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D813AA is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 170 -
CMYK 0 0.91 0.21 0.15
HSL 314.01º 0.84% 0.46% -
HSV(B) 314.01º 0.91% 0.85% -
XYZ 35.81 17.97 39.61 -
YUV 95.12 170.27 214.22 -
System Red Green Blue C M Y K H S L
Decimal 216 19 170 0 0.91 0.21 0.15 314.01 0.84 0.46
Hex D8 13 AA 0 5B 15 F 13A 54 2E
Octal 330 23 252 0 133 25 17 472 124 56
Binary 11011000 10011 10101010 0 1011011 10101 1111 100111010 1010100 101110

Color Harmonies of #D813AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813AA

Black with #D813AA

Text Example


Text Example

White with #D813AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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