Html Css Color HEX #D11AA3 Medium Violet Red

📋 copy color: '#D11AA3'

red 209 ◦ green 26 ◦ blue 163

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

Shades of Medium Violet Red #D11AA3

Tints of Medium Violet Red #D11AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.95%

R = 52.51%
G = 6.53%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D11AA3 (or 0xD11AA3) is known color: Medium Violet Red. HEX triplet: D1, 1A and A3. RGB value is (209,26,163). Sum of RGB (Red+Green+Blue) = 209+26+163=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11AA3 is #2EE55C. Grayscale: #5F5F5F. Windows color (decimal): -3073373 or 10689233. OLE color: 10689233.

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

Color convert

RGB 209 26 163 -
CMYK 0 0.88 0.22 0.18
HSL 315.08º 0.78% 0.46% -
HSV(B) 315.08º 0.88% 0.82% -
XYZ 33.27 16.94 36.17 -
YUV 96.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 209 26 163 0 0.88 0.22 0.18 315.08 0.78 0.46
Hex D1 1A A3 0 58 16 12 13B 4E 2E
Octal 321 32 243 0 130 26 22 473 116 56
Binary 11010001 11010 10100011 0 1011000 10110 10010 100111011 1001110 101110

Color Harmonies of #D11AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11AA3

Black with #D11AA3

Text Example


Text Example

White with #D11AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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