#D720A2

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

Shades of Medium Violet Red #D720A2

Tints of Medium Violet Red #D720A2

Color information

#D720A2 (or 0xD720A2) is unknown color: approx Medium Violet Red. HEX triplet: D7, 20 and A2. RGB value is (215,32,162). Sum of RGB (Red+Green+Blue) = 215+32+162=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D720A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720A2 is #28DF5D. Grayscale: #656565. Windows color (decimal): -2678622 or 10625239. OLE color: 10625239.

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

Color convert

RGB21532162-
CMYK00.850.250.16
HSL317.38º74.09%48.43%-
HSV(B)317.38º85.12%84.31%-
XYZ35.0618.0935.83-
YUV101.54162.13208.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.57%
GREEN value IS 32 (12.89% from 255) = 7.82%
BLUE value IS 162 (63.67% from 255) = 39.61%
R=52.57%
G=7.82%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153216200.850.250.16317.3874.0948.43
HexD720A2055191013d4a30
Octal327402420125312047511260
Binary11010111100000101000100101010111001100001001111011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D720A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D720A2; }

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

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

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

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

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

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

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

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