Html Css Color HEX #D9117C Medium Violet Red

📋 copy color: '#D9117C'

red 217 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #D9117C

Tints of Medium Violet Red #D9117C

RGB

 RED value IS 217 (85.16% from 255) = 60.61%

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

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 60.61%
G = 4.75%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9117C (or 0xD9117C) is known color: Medium Violet Red. HEX triplet: D9, 11 and 7C. RGB value is (217,17,124). Sum of RGB (Red+Green+Blue) = 217+17+124=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9117C is #26EE83. Grayscale: #585858. Windows color (decimal): -2551428 or 8131033. OLE color: 8131033.

HSL color Cylindrical-coordinate representation of color #D9117C: hue angle of 327.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9117C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 17 124 -
CMYK 0 0.92 0.43 0.15
HSL 327.9º 0.85% 0.46% -
HSV(B) 327.9º 0.92% 0.85% -
XYZ 32.45 16.61 20.56 -
YUV 89 147.76 219.3 -
System Red Green Blue C M Y K H S L
Decimal 217 17 124 0 0.92 0.43 0.15 327.9 0.85 0.46
Hex D9 11 7C 0 5C 2B F 148 55 2E
Octal 331 21 174 0 134 53 17 510 125 56
Binary 11011001 10001 1111100 0 1011100 101011 1111 101001000 1010101 101110

Color Harmonies of #D9117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9117C

Black with #D9117C

Text Example


Text Example

White with #D9117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9117C; }

 p { color: rgb(217,17,124); }

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

background-color css

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

 a { background-color: rgb(217,17,124); }

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

border-color css

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

 span { border-color: rgb(217,17,124); }

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