Html Css Color HEX #D1117A Medium Violet Red

📋 copy color: '#D1117A'

red 209 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #D1117A

Tints of Medium Violet Red #D1117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

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

R = 60.06%
G = 4.89%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1117A (or 0xD1117A) is known color: Medium Violet Red. HEX triplet: D1, 11 and 7A. RGB value is (209,17,122). Sum of RGB (Red+Green+Blue) = 209+17+122=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1117A is #2EEE85. Grayscale: #565656. Windows color (decimal): -3075718 or 7999953. OLE color: 7999953.

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

Color convert

RGB 209 17 122 -
CMYK 0 0.92 0.42 0.18
HSL 327.19º 0.85% 0.44% -
HSV(B) 327.19º 0.92% 0.82% -
XYZ 30.01 15.36 19.8 -
YUV 86.38 148.11 215.46 -
System Red Green Blue C M Y K H S L
Decimal 209 17 122 0 0.92 0.42 0.18 327.19 0.85 0.44
Hex D1 11 7A 0 5C 2A 12 147 55 2C
Octal 321 21 172 0 134 52 22 507 125 54
Binary 11010001 10001 1111010 0 1011100 101010 10010 101000111 1010101 101100

Color Harmonies of #D1117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1117A

Black with #D1117A

Text Example


Text Example

White with #D1117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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