Html Css Color HEX #D9127C Medium Violet Red

📋 copy color: '#D9127C'

red 217 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #D9127C

Tints of Medium Violet Red #D9127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

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

R = 60.45%
G = 5.01%
B = 34.54%

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

#D9127C (or 0xD9127C) is known color: Medium Violet Red. HEX triplet: D9, 12 and 7C. RGB value is (217,18,124). Sum of RGB (Red+Green+Blue) = 217+18+124=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9127C is #26ED83. Grayscale: #595959. Windows color (decimal): -2551172 or 8131289. OLE color: 8131289.

HSL color Cylindrical-coordinate representation of color #D9127C: hue angle of 328.04º 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 #D9127C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 18 124 -
CMYK 0 0.92 0.43 0.15
HSL 328.04º 0.85% 0.46% -
HSV(B) 328.04º 0.92% 0.85% -
XYZ 32.47 16.64 20.57 -
YUV 89.59 147.43 218.88 -
System Red Green Blue C M Y K H S L
Decimal 217 18 124 0 0.92 0.43 0.15 328.04 0.85 0.46
Hex D9 12 7C 0 5C 2B F 148 55 2E
Octal 331 22 174 0 134 53 17 510 125 56
Binary 11011001 10010 1111100 0 1011100 101011 1111 101001000 1010101 101110

Color Harmonies of #D9127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9127C

Black with #D9127C

Text Example


Text Example

White with #D9127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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