Html Css Color HEX #D11D7A Medium Violet Red

📋 copy color: '#D11D7A'

red 209 ◦ green 29 ◦ blue 122

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

Shades of Medium Violet Red #D11D7A

Tints of Medium Violet Red #D11D7A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.06%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 58.06%
G = 8.06%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D11D7A (or 0xD11D7A) is known color: Medium Violet Red. HEX triplet: D1, 1D and 7A. RGB value is (209,29,122). Sum of RGB (Red+Green+Blue) = 209+29+122=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11D7A is #2EE285. Grayscale: #5D5D5D. Windows color (decimal): -3072646 or 8003025. OLE color: 8003025.

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

Color convert

RGB 209 29 122 -
CMYK 0 0.86 0.42 0.18
HSL 329º 0.76% 0.47% -
HSV(B) 329º 0.86% 0.82% -
XYZ 30.25 15.84 19.88 -
YUV 93.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 209 29 122 0 0.86 0.42 0.18 329 0.76 0.47
Hex D1 1D 7A 0 56 2A 12 149 4C 2F
Octal 321 35 172 0 126 52 22 511 114 57
Binary 11010001 11101 1111010 0 1010110 101010 10010 101001001 1001100 101111

Color Harmonies of #D11D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D7A

Black with #D11D7A

Text Example


Text Example

White with #D11D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D7A; }

 p { color: rgb(209,29,122); }

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

background-color css

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

 a { background-color: rgb(209,29,122); }

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

border-color css

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

 span { border-color: rgb(209,29,122); }

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