Html Css Color HEX #D11979 Medium Violet Red

📋 copy color: '#D11979'

red 209 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #D11979

Tints of Medium Violet Red #D11979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 58.87%
G = 7.04%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D11979 (or 0xD11979) is known color: Medium Violet Red. HEX triplet: D1, 19 and 79. RGB value is (209,25,121). Sum of RGB (Red+Green+Blue) = 209+25+121=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D11979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11979 is #2EE686. Grayscale: #5A5A5A. Windows color (decimal): -3073671 or 7936465. OLE color: 7936465.

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

Color convert

RGB 209 25 121 -
CMYK 0 0.88 0.42 0.18
HSL 328.7º 0.79% 0.46% -
HSV(B) 328.7º 0.88% 0.82% -
XYZ 30.09 15.63 19.52 -
YUV 90.96 144.96 212.19 -
System Red Green Blue C M Y K H S L
Decimal 209 25 121 0 0.88 0.42 0.18 328.7 0.79 0.46
Hex D1 19 79 0 58 2A 12 149 4F 2E
Octal 321 31 171 0 130 52 22 511 117 56
Binary 11010001 11001 1111001 0 1011000 101010 10010 101001001 1001111 101110

Color Harmonies of #D11979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11979

Black with #D11979

Text Example


Text Example

White with #D11979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11979; }

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

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

background-color css

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

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

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

border-color css

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

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

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