Html Css Color HEX #D9198A Medium Violet Red

📋 copy color: '#D9198A'

red 217 ◦ green 25 ◦ blue 138

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

Shades of Medium Violet Red #D9198A

Tints of Medium Violet Red #D9198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 57.11%
G = 6.58%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9198A (or 0xD9198A) is known color: Medium Violet Red. HEX triplet: D9, 19 and 8A. RGB value is (217,25,138). Sum of RGB (Red+Green+Blue) = 217+25+138=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9198A is #26E675. Grayscale: #5F5F5F. Windows color (decimal): -2549366 or 9050585. OLE color: 9050585.

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

Color convert

RGB 217 25 138 -
CMYK 0 0.88 0.36 0.15
HSL 324.69º 0.79% 0.47% -
HSV(B) 324.69º 0.88% 0.85% -
XYZ 33.55 17.28 25.61 -
YUV 95.29 152.11 214.81 -
System Red Green Blue C M Y K H S L
Decimal 217 25 138 0 0.88 0.36 0.15 324.69 0.79 0.47
Hex D9 19 8A 0 58 24 F 145 4F 2F
Octal 331 31 212 0 130 44 17 505 117 57
Binary 11011001 11001 10001010 0 1011000 100100 1111 101000101 1001111 101111

Color Harmonies of #D9198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9198A

Black with #D9198A

Text Example


Text Example

White with #D9198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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