#D420A1

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

Shades of Medium Violet Red #D420A1

Tints of Medium Violet Red #D420A1

Color information

#D420A1 (or 0xD420A1) is unknown color: approx Medium Violet Red. HEX triplet: D4, 20 and A1. RGB value is (212,32,161). Sum of RGB (Red+Green+Blue) = 212+32+161=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D420A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D420A1 is #2BDF5E. Grayscale: #646464. Windows color (decimal): -2875231 or 10559700. OLE color: 10559700.

HSL color Cylindrical-coordinate representation of color #D420A1: hue angle of 317º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D420A1 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB21232161-
CMYK00.850.240.17
HSL317º73.77%47.84%-
HSV(B)317º84.91%83.14%-
XYZ34.117.635.32-
YUV100.53162.13207.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.35%
GREEN value IS 32 (12.89% from 255) = 7.90%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=52.35%
G=7.90%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123216100.850.240.1731773.7747.84
HexD420A1055181113d4a30
Octal324402410125302147511260
Binary11010100100000101000010101010111000100011001111011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D420A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D420A1; }

 p { color: rgb(212,32,161); }

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

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

 a { background-color: rgb(212,32,161); }

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

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

 span { border-color: rgb(212,32,161); }

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