Html Css Color HEX #D11DA1 Medium Violet Red

📋 copy color: '#D11DA1'

red 209 ◦ green 29 ◦ blue 161

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

Shades of Medium Violet Red #D11DA1

Tints of Medium Violet Red #D11DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.35%

R = 52.38%
G = 7.27%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D11DA1 (or 0xD11DA1) is known color: Medium Violet Red. HEX triplet: D1, 1D and A1. RGB value is (209,29,161). Sum of RGB (Red+Green+Blue) = 209+29+161=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11DA1 is #2EE25E. Grayscale: #616161. Windows color (decimal): -3072607 or 10558929. OLE color: 10558929.

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

Color convert

RGB 209 29 161 -
CMYK 0 0.86 0.23 0.18
HSL 316º 0.76% 0.47% -
HSV(B) 316º 0.86% 0.82% -
XYZ 33.17 17.01 35.25 -
YUV 97.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 209 29 161 0 0.86 0.23 0.18 316 0.76 0.47
Hex D1 1D A1 0 56 17 12 13C 4C 2F
Octal 321 35 241 0 126 27 22 474 114 57
Binary 11010001 11101 10100001 0 1010110 10111 10010 100111100 1001100 101111

Color Harmonies of #D11DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DA1

Black with #D11DA1

Text Example


Text Example

White with #D11DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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