Html Css Color HEX #D520A8 Medium Violet Red

📋 copy color: '#D520A8'

red 213 ◦ green 32 ◦ blue 168

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

Shades of Medium Violet Red #D520A8

Tints of Medium Violet Red #D520A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 51.57%
G = 7.75%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D520A8 (or 0xD520A8) is known color: Medium Violet Red. HEX triplet: D5, 20 and A8. RGB value is (213,32,168). Sum of RGB (Red+Green+Blue) = 213+32+168=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D520A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D520A8 is #2ADF57. Grayscale: #656565. Windows color (decimal): -2809688 or 11018453. OLE color: 11018453.

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

Color convert

RGB 213 32 168 -
CMYK 0 0.85 0.21 0.16
HSL 314.92º 0.74% 0.48% -
HSV(B) 314.92º 0.85% 0.84% -
XYZ 35.02 18.01 38.68 -
YUV 101.62 165.47 207.44 -
System Red Green Blue C M Y K H S L
Decimal 213 32 168 0 0.85 0.21 0.16 314.92 0.74 0.48
Hex D5 20 A8 0 55 15 10 13B 4A 30
Octal 325 40 250 0 125 25 20 473 112 60
Binary 11010101 100000 10101000 0 1010101 10101 10000 100111011 1001010 110000

Color Harmonies of #D520A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520A8

Black with #D520A8

Text Example


Text Example

White with #D520A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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