Html Css Color HEX #D10AA7 Hollywood Cerise

📋 copy color: '#D10AA7'

red 209 ◦ green 10 ◦ blue 167

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

Shades of Hollywood Cerise #D10AA7

Tints of Hollywood Cerise #D10AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.26%

R = 54.15%
G = 2.59%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D10AA7 (or 0xD10AA7) is known color: Hollywood Cerise. HEX triplet: D1, 0A and A7. RGB value is (209,10,167). Sum of RGB (Red+Green+Blue) = 209+10+167=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D10AA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10AA7 is #2EF558. Grayscale: #565656. Windows color (decimal): -3077465 or 10947281. OLE color: 10947281.

HSL color Cylindrical-coordinate representation of color #D10AA7: hue angle of 312.66º 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 #D10AA7 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 10 167 -
CMYK 0 0.95 0.20 0.18
HSL 312.66º 0.91% 0.43% -
HSV(B) 312.66º 0.95% 0.82% -
XYZ 33.38 16.56 38 -
YUV 87.4 172.93 214.73 -
System Red Green Blue C M Y K H S L
Decimal 209 10 167 0 0.95 0.20 0.18 312.66 0.91 0.43
Hex D1 A A7 0 5F 14 12 139 5B 2B
Octal 321 12 247 0 137 24 22 471 133 53
Binary 11010001 1010 10100111 0 1011111 10100 10010 100111001 1011011 101011

Color Harmonies of #D10AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10AA7

Black with #D10AA7

Text Example


Text Example

White with #D10AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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