Html Css Color HEX #D11C73 Medium Violet Red

📋 copy color: '#D11C73'

red 209 ◦ green 28 ◦ blue 115

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

Shades of Medium Violet Red #D11C73

Tints of Medium Violet Red #D11C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.95%

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 59.38%
G = 7.95%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D11C73 (or 0xD11C73) is known color: Medium Violet Red. HEX triplet: D1, 1C and 73. RGB value is (209,28,115). Sum of RGB (Red+Green+Blue) = 209+28+115=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C73 is #2EE38C. Grayscale: #5B5B5B. Windows color (decimal): -3072909 or 7544017. OLE color: 7544017.

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

Color convert

RGB 209 28 115 -
CMYK 0 0.87 0.45 0.18
HSL 331.16º 0.76% 0.46% -
HSV(B) 331.16º 0.87% 0.82% -
XYZ 29.8 15.62 17.66 -
YUV 92.04 140.97 211.43 -
System Red Green Blue C M Y K H S L
Decimal 209 28 115 0 0.87 0.45 0.18 331.16 0.76 0.46
Hex D1 1C 73 0 57 2D 12 14B 4C 2E
Octal 321 34 163 0 127 55 22 513 114 56
Binary 11010001 11100 1110011 0 1010111 101101 10010 101001011 1001100 101110

Color Harmonies of #D11C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C73

Black with #D11C73

Text Example


Text Example

White with #D11C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C73; }

 p { color: rgb(209,28,115); }

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

background-color css

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

 a { background-color: rgb(209,28,115); }

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

border-color css

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

 span { border-color: rgb(209,28,115); }

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