Html Css Color HEX #D11C7F Medium Violet Red

📋 copy color: '#D11C7F'

red 209 ◦ green 28 ◦ blue 127

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

Shades of Medium Violet Red #D11C7F

Tints of Medium Violet Red #D11C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 57.42%
G = 7.69%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D11C7F (or 0xD11C7F) is known color: Medium Violet Red. HEX triplet: D1, 1C and 7F. RGB value is (209,28,127). Sum of RGB (Red+Green+Blue) = 209+28+127=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C7F is #2EE380. Grayscale: #5D5D5D. Windows color (decimal): -3072897 or 8330449. OLE color: 8330449.

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

Color convert

RGB 209 28 127 -
CMYK 0 0.87 0.39 0.18
HSL 327.18º 0.76% 0.46% -
HSV(B) 327.18º 0.87% 0.82% -
XYZ 30.54 15.92 21.54 -
YUV 93.41 146.97 210.45 -
System Red Green Blue C M Y K H S L
Decimal 209 28 127 0 0.87 0.39 0.18 327.18 0.76 0.46
Hex D1 1C 7F 0 57 27 12 147 4C 2E
Octal 321 34 177 0 127 47 22 507 114 56
Binary 11010001 11100 1111111 0 1010111 100111 10010 101000111 1001100 101110

Color Harmonies of #D11C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C7F

Black with #D11C7F

Text Example


Text Example

White with #D11C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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