Html Css Color HEX #D11DAB Medium Violet Red

📋 copy color: '#D11DAB'

red 209 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #D11DAB

Tints of Medium Violet Red #D11DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 51.1%
G = 7.09%
B = 41.81%

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

#D11DAB (or 0xD11DAB) is known color: Medium Violet Red. HEX triplet: D1, 1D and AB. RGB value is (209,29,171). Sum of RGB (Red+Green+Blue) = 209+29+171=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11DAB is #2EE254. Grayscale: #626262. Windows color (decimal): -3072597 or 11214289. OLE color: 11214289.

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

Color convert

RGB 209 29 171 -
CMYK 0 0.86 0.18 0.18
HSL 312.67º 0.76% 0.47% -
HSV(B) 312.67º 0.86% 0.82% -
XYZ 34.08 17.37 40.09 -
YUV 99.01 168.63 206.45 -
System Red Green Blue C M Y K H S L
Decimal 209 29 171 0 0.86 0.18 0.18 312.67 0.76 0.47
Hex D1 1D AB 0 56 12 12 139 4C 2F
Octal 321 35 253 0 126 22 22 471 114 57
Binary 11010001 11101 10101011 0 1010110 10010 10010 100111001 1001100 101111

Color Harmonies of #D11DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DAB

Black with #D11DAB

Text Example


Text Example

White with #D11DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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