Html Css Color HEX #D11DA8 Medium Violet Red

📋 copy color: '#D11DA8'

red 209 ◦ green 29 ◦ blue 168

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

Shades of Medium Violet Red #D11DA8

Tints of Medium Violet Red #D11DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.38%

R = 51.48%
G = 7.14%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D11DA8 (or 0xD11DA8) is known color: Medium Violet Red. HEX triplet: D1, 1D and A8. RGB value is (209,29,168). Sum of RGB (Red+Green+Blue) = 209+29+168=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11DA8 is #2EE257. Grayscale: #626262. Windows color (decimal): -3072600 or 11017681. OLE color: 11017681.

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

Color convert

RGB 209 29 168 -
CMYK 0 0.86 0.20 0.18
HSL 313.67º 0.76% 0.47% -
HSV(B) 313.67º 0.86% 0.82% -
XYZ 33.8 17.26 38.6 -
YUV 98.67 167.13 206.7 -
System Red Green Blue C M Y K H S L
Decimal 209 29 168 0 0.86 0.20 0.18 313.67 0.76 0.47
Hex D1 1D A8 0 56 14 12 13A 4C 2F
Octal 321 35 250 0 126 24 22 472 114 57
Binary 11010001 11101 10101000 0 1010110 10100 10010 100111010 1001100 101111

Color Harmonies of #D11DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DA8

Black with #D11DA8

Text Example


Text Example

White with #D11DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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