Html Css Color HEX #D517A0 Medium Violet Red

📋 copy color: '#D517A0'

red 213 ◦ green 23 ◦ blue 160

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

Shades of Medium Violet Red #D517A0

Tints of Medium Violet Red #D517A0

RGB

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

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

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

R = 53.79%
G = 5.81%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D517A0 (or 0xD517A0) is known color: Medium Violet Red. HEX triplet: D5, 17 and A0. RGB value is (213,23,160). Sum of RGB (Red+Green+Blue) = 213+23+160=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D517A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D517A0 is #2AE85F. Grayscale: #5F5F5F. Windows color (decimal): -2812000 or 10491861. OLE color: 10491861.

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

Color convert

RGB 213 23 160 -
CMYK 0 0.89 0.25 0.16
HSL 316.74º 0.81% 0.46% -
HSV(B) 316.74º 0.89% 0.84% -
XYZ 34.09 17.3 34.8 -
YUV 95.43 164.45 211.86 -
System Red Green Blue C M Y K H S L
Decimal 213 23 160 0 0.89 0.25 0.16 316.74 0.81 0.46
Hex D5 17 A0 0 59 19 10 13D 51 2E
Octal 325 27 240 0 131 31 20 475 121 56
Binary 11010101 10111 10100000 0 1011001 11001 10000 100111101 1010001 101110

Color Harmonies of #D517A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517A0

Black with #D517A0

Text Example


Text Example

White with #D517A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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