Html Css Color HEX #D10AA9 Hollywood Cerise

📋 copy color: '#D10AA9'

red 209 ◦ green 10 ◦ blue 169

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

Shades of Hollywood Cerise #D10AA9

Tints of Hollywood Cerise #D10AA9

RGB

 RED value IS 209 (82.03% from 255) = 53.87%

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

 BLUE value IS 169 (66.41% from 255) = 43.56%

R = 53.87%
G = 2.58%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D10AA9 (or 0xD10AA9) is known color: Hollywood Cerise. HEX triplet: D1, 0A and A9. RGB value is (209,10,169). Sum of RGB (Red+Green+Blue) = 209+10+169=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 169 (66.41% from 255 or 43.56% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D10AA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10AA9 is #2EF556. Grayscale: #575757. Windows color (decimal): -3077463 or 11078353. OLE color: 11078353.

HSL color Cylindrical-coordinate representation of color #D10AA9: hue angle of 312.06º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10AA9 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 10 169 -
CMYK 0 0.95 0.19 0.18
HSL 312.06º 0.91% 0.43% -
HSV(B) 312.06º 0.95% 0.82% -
XYZ 33.56 16.64 38.98 -
YUV 87.63 173.93 214.57 -
System Red Green Blue C M Y K H S L
Decimal 209 10 169 0 0.95 0.19 0.18 312.06 0.91 0.43
Hex D1 A A9 0 5F 13 12 138 5B 2B
Octal 321 12 251 0 137 23 22 470 133 53
Binary 11010001 1010 10101001 0 1011111 10011 10010 100111000 1011011 101011

Color Harmonies of #D10AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10AA9

Black with #D10AA9

Text Example


Text Example

White with #D10AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10AA9; }

 p { color: rgb(209,10,169); }

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

background-color css

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

 a { background-color: rgb(209,10,169); }

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

border-color css

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

 span { border-color: rgb(209,10,169); }

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