Html Css Color HEX #D51991 Medium Violet Red

📋 copy color: '#D51991'

red 213 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #D51991

Tints of Medium Violet Red #D51991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 55.61%
G = 6.53%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51991 (or 0xD51991) is known color: Medium Violet Red. HEX triplet: D5, 19 and 91. RGB value is (213,25,145). Sum of RGB (Red+Green+Blue) = 213+25+145=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D51991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51991 is #2AE66E. Grayscale: #5E5E5E. Windows color (decimal): -2811503 or 9509333. OLE color: 9509333.

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

Color convert

RGB 213 25 145 -
CMYK 0 0.88 0.32 0.16
HSL 321.7º 0.79% 0.47% -
HSV(B) 321.7º 0.88% 0.84% -
XYZ 32.9 16.89 28.31 -
YUV 94.89 156.28 212.24 -
System Red Green Blue C M Y K H S L
Decimal 213 25 145 0 0.88 0.32 0.16 321.7 0.79 0.47
Hex D5 19 91 0 58 20 10 142 4F 2F
Octal 325 31 221 0 130 40 20 502 117 57
Binary 11010101 11001 10010001 0 1011000 100000 10000 101000010 1001111 101111

Color Harmonies of #D51991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51991

Black with #D51991

Text Example


Text Example

White with #D51991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51991; }

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

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

background-color css

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

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

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

border-color css

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

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

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