Html Css Color HEX #D71591 Medium Violet Red

📋 copy color: '#D71591'

red 215 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #D71591

Tints of Medium Violet Red #D71591

RGB

 RED value IS 215 (84.38% from 255) = 56.43%

 GREEN value IS 21 (8.59% from 255) = 5.51%

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

R = 56.43%
G = 5.51%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D71591 (or 0xD71591) is known color: Medium Violet Red. HEX triplet: D7, 15 and 91. RGB value is (215,21,145). Sum of RGB (Red+Green+Blue) = 215+21+145=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D71591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71591 is #28EA6E. Grayscale: #5C5C5C. Windows color (decimal): -2681455 or 9508311. OLE color: 9508311.

HSL color Cylindrical-coordinate representation of color #D71591: hue angle of 321.65º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71591 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 145 -
CMYK 0 0.90 0.33 0.16
HSL 321.65º 0.82% 0.46% -
HSV(B) 321.65º 0.9% 0.84% -
XYZ 33.4 17.03 28.31 -
YUV 93.14 157.27 214.92 -
System Red Green Blue C M Y K H S L
Decimal 215 21 145 0 0.90 0.33 0.16 321.65 0.82 0.46
Hex D7 15 91 0 5A 21 10 142 52 2E
Octal 327 25 221 0 132 41 20 502 122 56
Binary 11010111 10101 10010001 0 1011010 100001 10000 101000010 1010010 101110

Color Harmonies of #D71591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71591

Black with #D71591

Text Example


Text Example

White with #D71591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71591; }

 p { color: rgb(215,21,145); }

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

background-color css

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

 a { background-color: rgb(215,21,145); }

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

border-color css

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

 span { border-color: rgb(215,21,145); }

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