Html Css Color HEX #D11FAA Medium Violet Red

📋 copy color: '#D11FAA'

red 209 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #D11FAA

Tints of Medium Violet Red #D11FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.56%

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

R = 50.98%
G = 7.56%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D11FAA (or 0xD11FAA) is known color: Medium Violet Red. HEX triplet: D1, 1F and AA. RGB value is (209,31,170). Sum of RGB (Red+Green+Blue) = 209+31+170=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11FAA is #2EE055. Grayscale: #636363. Windows color (decimal): -3072086 or 11149265. OLE color: 11149265.

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

Color convert

RGB 209 31 170 -
CMYK 0 0.85 0.19 0.18
HSL 313.15º 0.74% 0.47% -
HSV(B) 313.15º 0.85% 0.82% -
XYZ 34.04 17.44 39.6 -
YUV 100.07 167.47 205.7 -
System Red Green Blue C M Y K H S L
Decimal 209 31 170 0 0.85 0.19 0.18 313.15 0.74 0.47
Hex D1 1F AA 0 55 13 12 139 4A 2F
Octal 321 37 252 0 125 23 22 471 112 57
Binary 11010001 11111 10101010 0 1010101 10011 10010 100111001 1001010 101111

Color Harmonies of #D11FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FAA

Black with #D11FAA

Text Example


Text Example

White with #D11FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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