Html Css Color HEX #D521A9 Medium Violet Red

📋 copy color: '#D521A9'

red 213 ◦ green 33 ◦ blue 169

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

Shades of Medium Violet Red #D521A9

Tints of Medium Violet Red #D521A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.72%

R = 51.33%
G = 7.95%
B = 40.72%

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

#D521A9 (or 0xD521A9) is known color: Medium Violet Red. HEX triplet: D5, 21 and A9. RGB value is (213,33,169). Sum of RGB (Red+Green+Blue) = 213+33+169=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D521A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D521A9 is #2ADE56. Grayscale: #656565. Windows color (decimal): -2809431 or 11084245. OLE color: 11084245.

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

Color convert

RGB 213 33 169 -
CMYK 0 0.85 0.21 0.16
HSL 314.67º 0.73% 0.48% -
HSV(B) 314.67º 0.85% 0.84% -
XYZ 35.15 18.1 39.18 -
YUV 102.32 165.63 206.94 -
System Red Green Blue C M Y K H S L
Decimal 213 33 169 0 0.85 0.21 0.16 314.67 0.73 0.48
Hex D5 21 A9 0 55 15 10 13B 49 30
Octal 325 41 251 0 125 25 20 473 111 60
Binary 11010101 100001 10101001 0 1010101 10101 10000 100111011 1001001 110000

Color Harmonies of #D521A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521A9

Black with #D521A9

Text Example


Text Example

White with #D521A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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