Html Css Color HEX #D11C8F Medium Violet Red

📋 copy color: '#D11C8F'

red 209 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #D11C8F

Tints of Medium Violet Red #D11C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 55%
G = 7.37%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D11C8F (or 0xD11C8F) is known color: Medium Violet Red. HEX triplet: D1, 1C and 8F. RGB value is (209,28,143). Sum of RGB (Red+Green+Blue) = 209+28+143=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C8F is #2EE370. Grayscale: #5E5E5E. Windows color (decimal): -3072881 or 9379025. OLE color: 9379025.

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

Color convert

RGB 209 28 143 -
CMYK 0 0.87 0.32 0.18
HSL 321.88º 0.76% 0.46% -
HSV(B) 321.88º 0.87% 0.82% -
XYZ 31.67 16.37 27.48 -
YUV 95.23 154.97 209.15 -
System Red Green Blue C M Y K H S L
Decimal 209 28 143 0 0.87 0.32 0.18 321.88 0.76 0.46
Hex D1 1C 8F 0 57 20 12 142 4C 2E
Octal 321 34 217 0 127 40 22 502 114 56
Binary 11010001 11100 10001111 0 1010111 100000 10010 101000010 1001100 101110

Color Harmonies of #D11C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C8F

Black with #D11C8F

Text Example


Text Example

White with #D11C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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