Html Css Color HEX #D5198A Medium Violet Red

📋 copy color: '#D5198A'

red 213 ◦ green 25 ◦ blue 138

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

Shades of Medium Violet Red #D5198A

Tints of Medium Violet Red #D5198A

RGB

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

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

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

R = 56.65%
G = 6.65%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5198A (or 0xD5198A) is known color: Medium Violet Red. HEX triplet: D5, 19 and 8A. RGB value is (213,25,138). Sum of RGB (Red+Green+Blue) = 213+25+138=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5198A is #2AE675. Grayscale: #5D5D5D. Windows color (decimal): -2811510 or 9050581. OLE color: 9050581.

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

Color convert

RGB 213 25 138 -
CMYK 0 0.88 0.35 0.16
HSL 323.94º 0.79% 0.47% -
HSV(B) 323.94º 0.88% 0.84% -
XYZ 32.38 16.68 25.56 -
YUV 94.09 152.78 212.81 -
System Red Green Blue C M Y K H S L
Decimal 213 25 138 0 0.88 0.35 0.16 323.94 0.79 0.47
Hex D5 19 8A 0 58 23 10 144 4F 2F
Octal 325 31 212 0 130 43 20 504 117 57
Binary 11010101 11001 10001010 0 1011000 100011 10000 101000100 1001111 101111

Color Harmonies of #D5198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5198A

Black with #D5198A

Text Example


Text Example

White with #D5198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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