Html Css Color HEX #D5198C Medium Violet Red

📋 copy color: '#D5198C'

red 213 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #D5198C

Tints of Medium Violet Red #D5198C

RGB

 RED value IS 213 (83.59% from 255) = 56.35%

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

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

R = 56.35%
G = 6.61%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5198C (or 0xD5198C) is known color: Medium Violet Red. HEX triplet: D5, 19 and 8C. RGB value is (213,25,140). Sum of RGB (Red+Green+Blue) = 213+25+140=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5198C is #2AE673. Grayscale: #5E5E5E. Windows color (decimal): -2811508 or 9181653. OLE color: 9181653.

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

Color convert

RGB 213 25 140 -
CMYK 0 0.88 0.34 0.16
HSL 323.3º 0.79% 0.47% -
HSV(B) 323.3º 0.88% 0.84% -
XYZ 32.52 16.73 26.33 -
YUV 94.32 153.78 212.65 -
System Red Green Blue C M Y K H S L
Decimal 213 25 140 0 0.88 0.34 0.16 323.3 0.79 0.47
Hex D5 19 8C 0 58 22 10 143 4F 2F
Octal 325 31 214 0 130 42 20 503 117 57
Binary 11010101 11001 10001100 0 1011000 100010 10000 101000011 1001111 101111

Color Harmonies of #D5198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5198C

Black with #D5198C

Text Example


Text Example

White with #D5198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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