Html Css Color HEX #D51199 Medium Violet Red

📋 copy color: '#D51199'

red 213 ◦ green 17 ◦ blue 153

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

Shades of Medium Violet Red #D51199

Tints of Medium Violet Red #D51199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.44%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 55.61%
G = 4.44%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D51199 (or 0xD51199) is known color: Medium Violet Red. HEX triplet: D5, 11 and 99. RGB value is (213,17,153). Sum of RGB (Red+Green+Blue) = 213+17+153=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D51199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51199 is #2AEE66. Grayscale: #5A5A5A. Windows color (decimal): -2813543 or 10031573. OLE color: 10031573.

HSL color Cylindrical-coordinate representation of color #D51199: hue angle of 318.37º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51199 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 153 -
CMYK 0 0.92 0.28 0.16
HSL 318.37º 0.85% 0.45% -
HSV(B) 318.37º 0.92% 0.84% -
XYZ 33.39 16.85 31.63 -
YUV 91.11 162.93 214.94 -
System Red Green Blue C M Y K H S L
Decimal 213 17 153 0 0.92 0.28 0.16 318.37 0.85 0.45
Hex D5 11 99 0 5C 1C 10 13E 55 2D
Octal 325 21 231 0 134 34 20 476 125 55
Binary 11010101 10001 10011001 0 1011100 11100 10000 100111110 1010101 101101

Color Harmonies of #D51199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51199

Black with #D51199

Text Example


Text Example

White with #D51199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51199; }

 p { color: rgb(213,17,153); }

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

background-color css

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

 a { background-color: rgb(213,17,153); }

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

border-color css

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

 span { border-color: rgb(213,17,153); }

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