Html Css Color HEX #D10DAA Hollywood Cerise

📋 copy color: '#D10DAA'

red 209 ◦ green 13 ◦ blue 170

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

Shades of Hollywood Cerise #D10DAA

Tints of Hollywood Cerise #D10DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.32%

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

R = 53.32%
G = 3.32%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D10DAA (or 0xD10DAA) is known color: Hollywood Cerise. HEX triplet: D1, 0D and AA. RGB value is (209,13,170). Sum of RGB (Red+Green+Blue) = 209+13+170=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10DAA is #2EF255. Grayscale: #595959. Windows color (decimal): -3076694 or 11144657. OLE color: 11144657.

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

Color convert

RGB 209 13 170 -
CMYK 0 0.94 0.19 0.18
HSL 311.94º 0.88% 0.44% -
HSV(B) 311.94º 0.94% 0.82% -
XYZ 33.69 16.75 39.49 -
YUV 89.5 173.43 213.23 -
System Red Green Blue C M Y K H S L
Decimal 209 13 170 0 0.94 0.19 0.18 311.94 0.88 0.44
Hex D1 D AA 0 5E 13 12 138 58 2C
Octal 321 15 252 0 136 23 22 470 130 54
Binary 11010001 1101 10101010 0 1011110 10011 10010 100111000 1011000 101100

Color Harmonies of #D10DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DAA

Black with #D10DAA

Text Example


Text Example

White with #D10DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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