Html Css Color HEX #D5198F Medium Violet Red

📋 copy color: '#D5198F'

red 213 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #D5198F

Tints of Medium Violet Red #D5198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 55.91%
G = 6.56%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5198F (or 0xD5198F) is known color: Medium Violet Red. HEX triplet: D5, 19 and 8F. RGB value is (213,25,143). Sum of RGB (Red+Green+Blue) = 213+25+143=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D5198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5198F is #2AE670. Grayscale: #5E5E5E. Windows color (decimal): -2811505 or 9378261. OLE color: 9378261.

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

Color convert

RGB 213 25 143 -
CMYK 0 0.88 0.33 0.16
HSL 322.34º 0.79% 0.47% -
HSV(B) 322.34º 0.88% 0.84% -
XYZ 32.75 16.82 27.51 -
YUV 94.66 155.28 212.41 -
System Red Green Blue C M Y K H S L
Decimal 213 25 143 0 0.88 0.33 0.16 322.34 0.79 0.47
Hex D5 19 8F 0 58 21 10 142 4F 2F
Octal 325 31 217 0 130 41 20 502 117 57
Binary 11010101 11001 10001111 0 1011000 100001 10000 101000010 1001111 101111

Color Harmonies of #D5198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5198F

Black with #D5198F

Text Example


Text Example

White with #D5198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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