Html Css Color HEX #D5199D Medium Violet Red

📋 copy color: '#D5199D'

red 213 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #D5199D

Tints of Medium Violet Red #D5199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 53.92%
G = 6.33%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5199D (or 0xD5199D) is known color: Medium Violet Red. HEX triplet: D5, 19 and 9D. RGB value is (213,25,157). Sum of RGB (Red+Green+Blue) = 213+25+157=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5199D is #2AE662. Grayscale: #5F5F5F. Windows color (decimal): -2811491 or 10295765. OLE color: 10295765.

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

Color convert

RGB 213 25 157 -
CMYK 0 0.88 0.26 0.16
HSL 317.87º 0.79% 0.47% -
HSV(B) 317.87º 0.88% 0.84% -
XYZ 33.87 17.28 33.45 -
YUV 96.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 213 25 157 0 0.88 0.26 0.16 317.87 0.79 0.47
Hex D5 19 9D 0 58 1A 10 13E 4F 2F
Octal 325 31 235 0 130 32 20 476 117 57
Binary 11010101 11001 10011101 0 1011000 11010 10000 100111110 1001111 101111

Color Harmonies of #D5199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5199D

Black with #D5199D

Text Example


Text Example

White with #D5199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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