Html Css Color HEX #D910AA Hollywood Cerise

📋 copy color: '#D910AA'

red 217 ◦ green 16 ◦ blue 170

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

Shades of Hollywood Cerise #D910AA

Tints of Hollywood Cerise #D910AA

RGB

 RED value IS 217 (85.16% from 255) = 53.85%

 GREEN value IS 16 (6.64% from 255) = 3.97%

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

R = 53.85%
G = 3.97%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D910AA (or 0xD910AA) is known color: Hollywood Cerise. HEX triplet: D9, 10 and AA. RGB value is (217,16,170). Sum of RGB (Red+Green+Blue) = 217+16+170=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D910AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D910AA is #26EF55. Grayscale: #5D5D5D. Windows color (decimal): -2551638 or 11145433. OLE color: 11145433.

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

Color convert

RGB 217 16 170 -
CMYK 0 0.93 0.22 0.15
HSL 314.03º 0.86% 0.46% -
HSV(B) 314.03º 0.93% 0.85% -
XYZ 36.06 18.02 39.61 -
YUV 93.66 171.09 215.98 -
System Red Green Blue C M Y K H S L
Decimal 217 16 170 0 0.93 0.22 0.15 314.03 0.86 0.46
Hex D9 10 AA 0 5D 16 F 13A 56 2E
Octal 331 20 252 0 135 26 17 472 126 56
Binary 11011001 10000 10101010 0 1011101 10110 1111 100111010 1010110 101110

Color Harmonies of #D910AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910AA

Black with #D910AA

Text Example


Text Example

White with #D910AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910AA; }

 p { color: rgb(217,16,170); }

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

background-color css

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

 a { background-color: rgb(217,16,170); }

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

border-color css

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

 span { border-color: rgb(217,16,170); }

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