Html Css Color HEX #D11977 Medium Violet Red

📋 copy color: '#D11977'

red 209 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #D11977

Tints of Medium Violet Red #D11977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 59.21%
G = 7.08%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D11977 (or 0xD11977) is known color: Medium Violet Red. HEX triplet: D1, 19 and 77. RGB value is (209,25,119). Sum of RGB (Red+Green+Blue) = 209+25+119=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D11977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11977 is #2EE688. Grayscale: #5A5A5A. Windows color (decimal): -3073673 or 7805393. OLE color: 7805393.

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

Color convert

RGB 209 25 119 -
CMYK 0 0.88 0.43 0.18
HSL 329.35º 0.79% 0.46% -
HSV(B) 329.35º 0.88% 0.82% -
XYZ 29.97 15.58 18.88 -
YUV 90.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 209 25 119 0 0.88 0.43 0.18 329.35 0.79 0.46
Hex D1 19 77 0 58 2B 12 149 4F 2E
Octal 321 31 167 0 130 53 22 511 117 56
Binary 11010001 11001 1110111 0 1011000 101011 10010 101001001 1001111 101110

Color Harmonies of #D11977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11977

Black with #D11977

Text Example


Text Example

White with #D11977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11977; }

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

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

background-color css

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

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

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

border-color css

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

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

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