Html Css Color HEX #D11772 Medium Violet Red

📋 copy color: '#D11772'

red 209 ◦ green 23 ◦ blue 114

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

Shades of Medium Violet Red #D11772

Tints of Medium Violet Red #D11772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 60.4%
G = 6.65%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D11772 (or 0xD11772) is known color: Medium Violet Red. HEX triplet: D1, 17 and 72. RGB value is (209,23,114). Sum of RGB (Red+Green+Blue) = 209+23+114=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D11772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11772 is #2EE88D. Grayscale: #585858. Windows color (decimal): -3074190 or 7477201. OLE color: 7477201.

HSL color Cylindrical-coordinate representation of color #D11772: hue angle of 330.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11772 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 23 114 -
CMYK 0 0.89 0.45 0.18
HSL 330.65º 0.8% 0.45% -
HSV(B) 330.65º 0.89% 0.82% -
XYZ 29.64 15.38 17.33 -
YUV 88.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 209 23 114 0 0.89 0.45 0.18 330.65 0.8 0.45
Hex D1 17 72 0 59 2D 12 14B 50 2D
Octal 321 27 162 0 131 55 22 513 120 55
Binary 11010001 10111 1110010 0 1011001 101101 10010 101001011 1010000 101101

Color Harmonies of #D11772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11772

Black with #D11772

Text Example


Text Example

White with #D11772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11772; }

 p { color: rgb(209,23,114); }

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

background-color css

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

 a { background-color: rgb(209,23,114); }

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

border-color css

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

 span { border-color: rgb(209,23,114); }

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