Html Css Color HEX #D9197C Medium Violet Red

📋 copy color: '#D9197C'

red 217 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #D9197C

Tints of Medium Violet Red #D9197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.83%

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

R = 59.29%
G = 6.83%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9197C (or 0xD9197C) is known color: Medium Violet Red. HEX triplet: D9, 19 and 7C. RGB value is (217,25,124). Sum of RGB (Red+Green+Blue) = 217+25+124=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9197C is #26E683. Grayscale: #5D5D5D. Windows color (decimal): -2549380 or 8133081. OLE color: 8133081.

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

Color convert

RGB 217 25 124 -
CMYK 0 0.88 0.43 0.15
HSL 329.06º 0.79% 0.47% -
HSV(B) 329.06º 0.88% 0.85% -
XYZ 32.6 16.9 20.61 -
YUV 93.69 145.11 215.95 -
System Red Green Blue C M Y K H S L
Decimal 217 25 124 0 0.88 0.43 0.15 329.06 0.79 0.47
Hex D9 19 7C 0 58 2B F 149 4F 2F
Octal 331 31 174 0 130 53 17 511 117 57
Binary 11011001 11001 1111100 0 1011000 101011 1111 101001001 1001111 101111

Color Harmonies of #D9197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9197C

Black with #D9197C

Text Example


Text Example

White with #D9197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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