Html Css Color HEX #D520A5 Medium Violet Red

📋 copy color: '#D520A5'

red 213 ◦ green 32 ◦ blue 165

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

Shades of Medium Violet Red #D520A5

Tints of Medium Violet Red #D520A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.24%

R = 51.95%
G = 7.8%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D520A5 (or 0xD520A5) is known color: Medium Violet Red. HEX triplet: D5, 20 and A5. RGB value is (213,32,165). Sum of RGB (Red+Green+Blue) = 213+32+165=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D520A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D520A5 is #2ADF5A. Grayscale: #646464. Windows color (decimal): -2809691 or 10821845. OLE color: 10821845.

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

Color convert

RGB 213 32 165 -
CMYK 0 0.85 0.23 0.16
HSL 315.91º 0.74% 0.48% -
HSV(B) 315.91º 0.85% 0.84% -
XYZ 34.75 17.9 37.22 -
YUV 101.28 163.97 207.69 -
System Red Green Blue C M Y K H S L
Decimal 213 32 165 0 0.85 0.23 0.16 315.91 0.74 0.48
Hex D5 20 A5 0 55 17 10 13C 4A 30
Octal 325 40 245 0 125 27 20 474 112 60
Binary 11010101 100000 10100101 0 1010101 10111 10000 100111100 1001010 110000

Color Harmonies of #D520A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520A5

Black with #D520A5

Text Example


Text Example

White with #D520A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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