Html Css Color HEX #D520A0 Medium Violet Red

📋 copy color: '#D520A0'

red 213 ◦ green 32 ◦ blue 160

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

Shades of Medium Violet Red #D520A0

Tints of Medium Violet Red #D520A0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.9%

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

R = 52.59%
G = 7.9%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D520A0 (or 0xD520A0) is known color: Medium Violet Red. HEX triplet: D5, 20 and A0. RGB value is (213,32,160). Sum of RGB (Red+Green+Blue) = 213+32+160=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D520A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D520A0 is #2ADF5F. Grayscale: #646464. Windows color (decimal): -2809696 or 10494165. OLE color: 10494165.

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

Color convert

RGB 213 32 160 -
CMYK 0 0.85 0.25 0.16
HSL 317.57º 0.74% 0.48% -
HSV(B) 317.57º 0.85% 0.84% -
XYZ 34.3 17.72 34.87 -
YUV 100.71 161.47 208.09 -
System Red Green Blue C M Y K H S L
Decimal 213 32 160 0 0.85 0.25 0.16 317.57 0.74 0.48
Hex D5 20 A0 0 55 19 10 13E 4A 30
Octal 325 40 240 0 125 31 20 476 112 60
Binary 11010101 100000 10100000 0 1010101 11001 10000 100111110 1001010 110000

Color Harmonies of #D520A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520A0

Black with #D520A0

Text Example


Text Example

White with #D520A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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