Html Css Color HEX #D10FAA Hollywood Cerise

📋 copy color: '#D10FAA'

red 209 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #D10FAA

Tints of Hollywood Cerise #D10FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.81%

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

R = 53.05%
G = 3.81%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D10FAA (or 0xD10FAA) is known color: Hollywood Cerise. HEX triplet: D1, 0F and AA. RGB value is (209,15,170). Sum of RGB (Red+Green+Blue) = 209+15+170=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10FAA is #2EF055. Grayscale: #5A5A5A. Windows color (decimal): -3076182 or 11145169. OLE color: 11145169.

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

Color convert

RGB 209 15 170 -
CMYK 0 0.93 0.19 0.18
HSL 312.06º 0.87% 0.44% -
HSV(B) 312.06º 0.93% 0.82% -
XYZ 33.72 16.8 39.5 -
YUV 90.68 172.77 212.4 -
System Red Green Blue C M Y K H S L
Decimal 209 15 170 0 0.93 0.19 0.18 312.06 0.87 0.44
Hex D1 F AA 0 5D 13 12 138 57 2C
Octal 321 17 252 0 135 23 22 470 127 54
Binary 11010001 1111 10101010 0 1011101 10011 10010 100111000 1010111 101100

Color Harmonies of #D10FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FAA

Black with #D10FAA

Text Example


Text Example

White with #D10FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FAA; }

 p { color: rgb(209,15,170); }

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

background-color css

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

 a { background-color: rgb(209,15,170); }

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

border-color css

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

 span { border-color: rgb(209,15,170); }

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