Html Css Color HEX #D11AA2 Medium Violet Red

📋 copy color: '#D11AA2'

red 209 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #D11AA2

Tints of Medium Violet Red #D11AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.81%

R = 52.64%
G = 6.55%
B = 40.81%

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

#D11AA2 (or 0xD11AA2) is known color: Medium Violet Red. HEX triplet: D1, 1A and A2. RGB value is (209,26,162). Sum of RGB (Red+Green+Blue) = 209+26+162=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11AA2 is #2EE55D. Grayscale: #5F5F5F. Windows color (decimal): -3073374 or 10623697. OLE color: 10623697.

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

Color convert

RGB 209 26 162 -
CMYK 0 0.88 0.22 0.18
HSL 315.41º 0.78% 0.46% -
HSV(B) 315.41º 0.88% 0.82% -
XYZ 33.19 16.9 35.7 -
YUV 96.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 209 26 162 0 0.88 0.22 0.18 315.41 0.78 0.46
Hex D1 1A A2 0 58 16 12 13B 4E 2E
Octal 321 32 242 0 130 26 22 473 116 56
Binary 11010001 11010 10100010 0 1011000 10110 10010 100111011 1001110 101110

Color Harmonies of #D11AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11AA2

Black with #D11AA2

Text Example


Text Example

White with #D11AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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