Html Css Color HEX #D11AA0 Medium Violet Red

📋 copy color: '#D11AA0'

red 209 ◦ green 26 ◦ blue 160

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

Shades of Medium Violet Red #D11AA0

Tints of Medium Violet Red #D11AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.51%

R = 52.91%
G = 6.58%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D11AA0 (or 0xD11AA0) is known color: Medium Violet Red. HEX triplet: D1, 1A and A0. RGB value is (209,26,160). Sum of RGB (Red+Green+Blue) = 209+26+160=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11AA0 is #2EE55F. Grayscale: #5F5F5F. Windows color (decimal): -3073376 or 10492625. OLE color: 10492625.

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

Color convert

RGB 209 26 160 -
CMYK 0 0.88 0.23 0.18
HSL 316.07º 0.78% 0.46% -
HSV(B) 316.07º 0.88% 0.82% -
XYZ 33.01 16.83 34.77 -
YUV 95.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 209 26 160 0 0.88 0.23 0.18 316.07 0.78 0.46
Hex D1 1A A0 0 58 17 12 13C 4E 2E
Octal 321 32 240 0 130 27 22 474 116 56
Binary 11010001 11010 10100000 0 1011000 10111 10010 100111100 1001110 101110

Color Harmonies of #D11AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11AA0

Black with #D11AA0

Text Example


Text Example

White with #D11AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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