Html Css Color HEX #D11981 Medium Violet Red

📋 copy color: '#D11981'

red 209 ◦ green 25 ◦ blue 129

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

Shades of Medium Violet Red #D11981

Tints of Medium Violet Red #D11981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.89%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 57.58%
G = 6.89%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D11981 (or 0xD11981) is known color: Medium Violet Red. HEX triplet: D1, 19 and 81. RGB value is (209,25,129). Sum of RGB (Red+Green+Blue) = 209+25+129=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D11981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11981 is #2EE67E. Grayscale: #5B5B5B. Windows color (decimal): -3073663 or 8460753. OLE color: 8460753.

HSL color Cylindrical-coordinate representation of color #D11981: hue angle of 326.09º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11981 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 129 -
CMYK 0 0.88 0.38 0.18
HSL 326.09º 0.79% 0.46% -
HSV(B) 326.09º 0.88% 0.82% -
XYZ 30.6 15.84 22.21 -
YUV 91.87 148.96 211.54 -
System Red Green Blue C M Y K H S L
Decimal 209 25 129 0 0.88 0.38 0.18 326.09 0.79 0.46
Hex D1 19 81 0 58 26 12 146 4F 2E
Octal 321 31 201 0 130 46 22 506 117 56
Binary 11010001 11001 10000001 0 1011000 100110 10010 101000110 1001111 101110

Color Harmonies of #D11981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11981

Black with #D11981

Text Example


Text Example

White with #D11981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11981; }

 p { color: rgb(209,25,129); }

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

background-color css

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

 a { background-color: rgb(209,25,129); }

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

border-color css

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

 span { border-color: rgb(209,25,129); }

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