Html Css Color HEX #D71DA1 Medium Violet Red

📋 copy color: '#D71DA1'

red 215 ◦ green 29 ◦ blue 161

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

Shades of Medium Violet Red #D71DA1

Tints of Medium Violet Red #D71DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.16%

 BLUE value IS 161 (63.28% from 255) = 39.75%

R = 53.09%
G = 7.16%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D71DA1 (or 0xD71DA1) is known color: Medium Violet Red. HEX triplet: D7, 1D and A1. RGB value is (215,29,161). Sum of RGB (Red+Green+Blue) = 215+29+161=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71DA1 is #28E25E. Grayscale: #636363. Windows color (decimal): -2679391 or 10558935. OLE color: 10558935.

HSL color Cylindrical-coordinate representation of color #D71DA1: hue angle of 317.42º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DA1 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 29 161 -
CMYK 0 0.87 0.25 0.16
HSL 317.42º 0.76% 0.48% -
HSV(B) 317.42º 0.87% 0.84% -
XYZ 34.9 17.9 35.33 -
YUV 99.66 162.62 210.27 -
System Red Green Blue C M Y K H S L
Decimal 215 29 161 0 0.87 0.25 0.16 317.42 0.76 0.48
Hex D7 1D A1 0 57 19 10 13D 4C 30
Octal 327 35 241 0 127 31 20 475 114 60
Binary 11010111 11101 10100001 0 1010111 11001 10000 100111101 1001100 110000

Color Harmonies of #D71DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DA1

Black with #D71DA1

Text Example


Text Example

White with #D71DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DA1; }

 p { color: rgb(215,29,161); }

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

background-color css

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

 a { background-color: rgb(215,29,161); }

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

border-color css

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

 span { border-color: rgb(215,29,161); }

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