Html Css Color HEX #D5199A Medium Violet Red

📋 copy color: '#D5199A'

red 213 ◦ green 25 ◦ blue 154

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

Shades of Medium Violet Red #D5199A

Tints of Medium Violet Red #D5199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 54.34%
G = 6.38%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5199A (or 0xD5199A) is known color: Medium Violet Red. HEX triplet: D5, 19 and 9A. RGB value is (213,25,154). Sum of RGB (Red+Green+Blue) = 213+25+154=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5199A is #2AE665. Grayscale: #5F5F5F. Windows color (decimal): -2811494 or 10099157. OLE color: 10099157.

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

Color convert

RGB 213 25 154 -
CMYK 0 0.88 0.28 0.16
HSL 318.83º 0.79% 0.47% -
HSV(B) 318.83º 0.88% 0.84% -
XYZ 33.62 17.17 32.11 -
YUV 95.92 160.78 211.51 -
System Red Green Blue C M Y K H S L
Decimal 213 25 154 0 0.88 0.28 0.16 318.83 0.79 0.47
Hex D5 19 9A 0 58 1C 10 13F 4F 2F
Octal 325 31 232 0 130 34 20 477 117 57
Binary 11010101 11001 10011010 0 1011000 11100 10000 100111111 1001111 101111

Color Harmonies of #D5199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5199A

Black with #D5199A

Text Example


Text Example

White with #D5199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5199A; }

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

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

background-color css

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

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

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

border-color css

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

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

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