Html Css Color HEX #D11976 Medium Violet Red

📋 copy color: '#D11976'

red 209 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #D11976

Tints of Medium Violet Red #D11976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.52%

R = 59.38%
G = 7.1%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D11976 (or 0xD11976) is known color: Medium Violet Red. HEX triplet: D1, 19 and 76. RGB value is (209,25,118). Sum of RGB (Red+Green+Blue) = 209+25+118=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D11976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11976 is #2EE689. Grayscale: #5A5A5A. Windows color (decimal): -3073674 or 7739857. OLE color: 7739857.

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

Color convert

RGB 209 25 118 -
CMYK 0 0.88 0.44 0.18
HSL 329.67º 0.79% 0.46% -
HSV(B) 329.67º 0.88% 0.82% -
XYZ 29.91 15.56 18.57 -
YUV 90.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 209 25 118 0 0.88 0.44 0.18 329.67 0.79 0.46
Hex D1 19 76 0 58 2C 12 14A 4F 2E
Octal 321 31 166 0 130 54 22 512 117 56
Binary 11010001 11001 1110110 0 1011000 101100 10010 101001010 1001111 101110

Color Harmonies of #D11976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11976

Black with #D11976

Text Example


Text Example

White with #D11976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11976; }

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

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

background-color css

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

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

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

border-color css

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

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

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