#D522A4

Color #D522A4 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D522A4

Tints of Medium Violet Red #D522A4

Color information

#D522A4 (or 0xD522A4) is unknown color: approx Medium Violet Red. HEX triplet: D5, 22 and A4. RGB value is (213,34,164). Sum of RGB (Red+Green+Blue) = 213+34+164=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D522A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D522A4 is #2ADD5B. Grayscale: #666666. Windows color (decimal): -2809180 or 10756821. OLE color: 10756821.

HSL color Cylindrical-coordinate representation of color #D522A4: hue angle of 316.42º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D522A4 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB21334164-
CMYK00.840.230.16
HSL316.42º72.47%48.43%-
HSV(B)316.42º84.04%83.53%-
XYZ34.7117.9736.76-
YUV102.34162.8206.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 34 (13.67% from 255) = 8.27%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=51.82%
G=8.27%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133416400.840.230.16316.4272.4748.43
HexD522A4054171013c4830
Octal325422440124272047411060
Binary11010101100010101001000101010010111100001001111001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D522A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D522A4; }

 p { color: rgb(213,34,164); }

 H1.HeaderClassName
 {
   color: #D522A4;
 }
 .AnyTagClassName
 {
   color: #D522A4;
 }
</style>
background-color css

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

 a { background-color: rgb(213,34,164); }

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

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

 span { border-color: rgb(213,34,164); }

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