Html Css Color HEX #D521A5 Medium Violet Red

📋 copy color: '#D521A5'

red 213 ◦ green 33 ◦ blue 165

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

Shades of Medium Violet Red #D521A5

Tints of Medium Violet Red #D521A5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.03%

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

R = 51.82%
G = 8.03%
B = 40.15%

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

#D521A5 (or 0xD521A5) is known color: Medium Violet Red. HEX triplet: D5, 21 and A5. RGB value is (213,33,165). Sum of RGB (Red+Green+Blue) = 213+33+165=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D521A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D521A5 is #2ADE5A. Grayscale: #656565. Windows color (decimal): -2809435 or 10822101. OLE color: 10822101.

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

Color convert

RGB 213 33 165 -
CMYK 0 0.85 0.23 0.16
HSL 316º 0.73% 0.48% -
HSV(B) 316º 0.85% 0.84% -
XYZ 34.78 17.95 37.23 -
YUV 101.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 213 33 165 0 0.85 0.23 0.16 316 0.73 0.48
Hex D5 21 A5 0 55 17 10 13C 49 30
Octal 325 41 245 0 125 27 20 474 111 60
Binary 11010101 100001 10100101 0 1010101 10111 10000 100111100 1001001 110000

Color Harmonies of #D521A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521A5

Black with #D521A5

Text Example


Text Example

White with #D521A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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