Html Css Color HEX #D11A7D Medium Violet Red

📋 copy color: '#D11A7D'

red 209 ◦ green 26 ◦ blue 125

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

Shades of Medium Violet Red #D11A7D

Tints of Medium Violet Red #D11A7D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.22%

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 58.06%
G = 7.22%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D11A7D (or 0xD11A7D) is known color: Medium Violet Red. HEX triplet: D1, 1A and 7D. RGB value is (209,26,125). Sum of RGB (Red+Green+Blue) = 209+26+125=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A7D is #2EE582. Grayscale: #5B5B5B. Windows color (decimal): -3073411 or 8198865. OLE color: 8198865.

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

Color convert

RGB 209 26 125 -
CMYK 0 0.88 0.40 0.18
HSL 327.54º 0.78% 0.46% -
HSV(B) 327.54º 0.88% 0.82% -
XYZ 30.37 15.77 20.85 -
YUV 92 146.63 211.45 -
System Red Green Blue C M Y K H S L
Decimal 209 26 125 0 0.88 0.40 0.18 327.54 0.78 0.46
Hex D1 1A 7D 0 58 28 12 148 4E 2E
Octal 321 32 175 0 130 50 22 510 116 56
Binary 11010001 11010 1111101 0 1011000 101000 10010 101001000 1001110 101110

Color Harmonies of #D11A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A7D

Black with #D11A7D

Text Example


Text Example

White with #D11A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A7D; }

 p { color: rgb(209,26,125); }

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

background-color css

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

 a { background-color: rgb(209,26,125); }

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

border-color css

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

 span { border-color: rgb(209,26,125); }

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