Html Css Color HEX #D11AAA Medium Violet Red

📋 copy color: '#D11AAA'

red 209 ◦ green 26 ◦ blue 170

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

Shades of Medium Violet Red #D11AAA

Tints of Medium Violet Red #D11AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.42%

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

R = 51.6%
G = 6.42%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D11AAA (or 0xD11AAA) is known color: Medium Violet Red. HEX triplet: D1, 1A and AA. RGB value is (209,26,170). Sum of RGB (Red+Green+Blue) = 209+26+170=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11AAA is #2EE555. Grayscale: #606060. Windows color (decimal): -3073366 or 11147985. OLE color: 11147985.

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

Color convert

RGB 209 26 170 -
CMYK 0 0.88 0.19 0.18
HSL 312.79º 0.78% 0.46% -
HSV(B) 312.79º 0.88% 0.82% -
XYZ 33.92 17.2 39.56 -
YUV 97.13 169.13 207.79 -
System Red Green Blue C M Y K H S L
Decimal 209 26 170 0 0.88 0.19 0.18 312.79 0.78 0.46
Hex D1 1A AA 0 58 13 12 139 4E 2E
Octal 321 32 252 0 130 23 22 471 116 56
Binary 11010001 11010 10101010 0 1011000 10011 10010 100111001 1001110 101110

Color Harmonies of #D11AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11AAA

Black with #D11AAA

Text Example


Text Example

White with #D11AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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