Html Css Color HEX #D9198C Medium Violet Red

📋 copy color: '#D9198C'

red 217 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #D9198C

Tints of Medium Violet Red #D9198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 56.81%
G = 6.54%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9198C (or 0xD9198C) is known color: Medium Violet Red. HEX triplet: D9, 19 and 8C. RGB value is (217,25,140). Sum of RGB (Red+Green+Blue) = 217+25+140=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D9198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9198C is #26E673. Grayscale: #5F5F5F. Windows color (decimal): -2549364 or 9181657. OLE color: 9181657.

HSL color Cylindrical-coordinate representation of color #D9198C: hue angle of 324.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 #D9198C is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 140 -
CMYK 0 0.88 0.35 0.15
HSL 324.06º 0.79% 0.47% -
HSV(B) 324.06º 0.88% 0.85% -
XYZ 33.7 17.34 26.38 -
YUV 95.52 153.11 214.65 -
System Red Green Blue C M Y K H S L
Decimal 217 25 140 0 0.88 0.35 0.15 324.06 0.79 0.47
Hex D9 19 8C 0 58 23 F 144 4F 2F
Octal 331 31 214 0 130 43 17 504 117 57
Binary 11011001 11001 10001100 0 1011000 100011 1111 101000100 1001111 101111

Color Harmonies of #D9198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9198C

Black with #D9198C

Text Example


Text Example

White with #D9198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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