Html Css Color HEX #D51791 Medium Violet Red

📋 copy color: '#D51791'

red 213 ◦ green 23 ◦ blue 145

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

Shades of Medium Violet Red #D51791

Tints of Medium Violet Red #D51791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.04%

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

R = 55.91%
G = 6.04%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51791 (or 0xD51791) is known color: Medium Violet Red. HEX triplet: D5, 17 and 91. RGB value is (213,23,145). Sum of RGB (Red+Green+Blue) = 213+23+145=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D51791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51791 is #2AE86E. Grayscale: #5D5D5D. Windows color (decimal): -2812015 or 9508821. OLE color: 9508821.

HSL color Cylindrical-coordinate representation of color #D51791: hue angle of 321.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51791 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 23 145 -
CMYK 0 0.89 0.32 0.16
HSL 321.47º 0.81% 0.46% -
HSV(B) 321.47º 0.89% 0.84% -
XYZ 32.86 16.8 28.3 -
YUV 93.72 156.95 213.08 -
System Red Green Blue C M Y K H S L
Decimal 213 23 145 0 0.89 0.32 0.16 321.47 0.81 0.46
Hex D5 17 91 0 59 20 10 141 51 2E
Octal 325 27 221 0 131 40 20 501 121 56
Binary 11010101 10111 10010001 0 1011001 100000 10000 101000001 1010001 101110

Color Harmonies of #D51791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51791

Black with #D51791

Text Example


Text Example

White with #D51791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51791; }

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

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

background-color css

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

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

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

border-color css

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

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

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