Html Css Color HEX #D71AA0 Medium Violet Red

📋 copy color: '#D71AA0'

red 215 ◦ green 26 ◦ blue 160

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

Shades of Medium Violet Red #D71AA0

Tints of Medium Violet Red #D71AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.48%

 BLUE value IS 160 (62.89% from 255) = 39.9%

R = 53.62%
G = 6.48%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D71AA0 (or 0xD71AA0) is known color: Medium Violet Red. HEX triplet: D7, 1A and A0. RGB value is (215,26,160). Sum of RGB (Red+Green+Blue) = 215+26+160=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71AA0 is #28E55F. Grayscale: #616161. Windows color (decimal): -2680160 or 10492631. OLE color: 10492631.

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

Color convert

RGB 215 26 160 -
CMYK 0 0.88 0.26 0.16
HSL 317.46º 0.78% 0.47% -
HSV(B) 317.46º 0.88% 0.84% -
XYZ 34.74 17.72 34.85 -
YUV 97.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 215 26 160 0 0.88 0.26 0.16 317.46 0.78 0.47
Hex D7 1A A0 0 58 1A 10 13D 4E 2F
Octal 327 32 240 0 130 32 20 475 116 57
Binary 11010111 11010 10100000 0 1011000 11010 10000 100111101 1001110 101111

Color Harmonies of #D71AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AA0

Black with #D71AA0

Text Example


Text Example

White with #D71AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AA0; }

 p { color: rgb(215,26,160); }

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

background-color css

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

 a { background-color: rgb(215,26,160); }

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

border-color css

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

 span { border-color: rgb(215,26,160); }

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