Html Css Color HEX #D11DAA Medium Violet Red

📋 copy color: '#D11DAA'

red 209 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #D11DAA

Tints of Medium Violet Red #D11DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

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

R = 51.23%
G = 7.11%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D11DAA (or 0xD11DAA) is known color: Medium Violet Red. HEX triplet: D1, 1D and AA. RGB value is (209,29,170). Sum of RGB (Red+Green+Blue) = 209+29+170=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11DAA is #2EE255. Grayscale: #626262. Windows color (decimal): -3072598 or 11148753. OLE color: 11148753.

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

Color convert

RGB 209 29 170 -
CMYK 0 0.86 0.19 0.18
HSL 313º 0.76% 0.47% -
HSV(B) 313º 0.86% 0.82% -
XYZ 33.99 17.34 39.59 -
YUV 98.89 168.13 206.54 -
System Red Green Blue C M Y K H S L
Decimal 209 29 170 0 0.86 0.19 0.18 313 0.76 0.47
Hex D1 1D AA 0 56 13 12 139 4C 2F
Octal 321 35 252 0 126 23 22 471 114 57
Binary 11010001 11101 10101010 0 1010110 10011 10010 100111001 1001100 101111

Color Harmonies of #D11DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DAA

Black with #D11DAA

Text Example


Text Example

White with #D11DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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