Html Css Color HEX #D520A2 Medium Violet Red

📋 copy color: '#D520A2'

red 213 ◦ green 32 ◦ blue 162

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

Shades of Medium Violet Red #D520A2

Tints of Medium Violet Red #D520A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 52.33%
G = 7.86%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D520A2 (or 0xD520A2) is known color: Medium Violet Red. HEX triplet: D5, 20 and A2. RGB value is (213,32,162). Sum of RGB (Red+Green+Blue) = 213+32+162=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D520A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D520A2 is #2ADF5D. Grayscale: #646464. Windows color (decimal): -2809694 or 10625237. OLE color: 10625237.

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

Color convert

RGB 213 32 162 -
CMYK 0 0.85 0.24 0.16
HSL 316.91º 0.74% 0.48% -
HSV(B) 316.91º 0.85% 0.84% -
XYZ 34.48 17.79 35.8 -
YUV 100.94 162.47 207.93 -
System Red Green Blue C M Y K H S L
Decimal 213 32 162 0 0.85 0.24 0.16 316.91 0.74 0.48
Hex D5 20 A2 0 55 18 10 13D 4A 30
Octal 325 40 242 0 125 30 20 475 112 60
Binary 11010101 100000 10100010 0 1010101 11000 10000 100111101 1001010 110000

Color Harmonies of #D520A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520A2

Black with #D520A2

Text Example


Text Example

White with #D520A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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