Html Css Color HEX #D11DAC Medium Violet Red

📋 copy color: '#D11DAC'

red 209 ◦ green 29 ◦ blue 172

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

Shades of Medium Violet Red #D11DAC

Tints of Medium Violet Red #D11DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 50.98%
G = 7.07%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D11DAC (or 0xD11DAC) is known color: Medium Violet Red. HEX triplet: D1, 1D and AC. RGB value is (209,29,172). Sum of RGB (Red+Green+Blue) = 209+29+172=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11DAC is #2EE253. Grayscale: #626262. Windows color (decimal): -3072596 or 11279825. OLE color: 11279825.

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

Color convert

RGB 209 29 172 -
CMYK 0 0.86 0.18 0.18
HSL 312.33º 0.76% 0.47% -
HSV(B) 312.33º 0.86% 0.82% -
XYZ 34.18 17.41 40.59 -
YUV 99.12 169.13 206.37 -
System Red Green Blue C M Y K H S L
Decimal 209 29 172 0 0.86 0.18 0.18 312.33 0.76 0.47
Hex D1 1D AC 0 56 12 12 138 4C 2F
Octal 321 35 254 0 126 22 22 470 114 57
Binary 11010001 11101 10101100 0 1010110 10010 10010 100111000 1001100 101111

Color Harmonies of #D11DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DAC

Black with #D11DAC

Text Example


Text Example

White with #D11DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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