#D7209D

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

Shades of Medium Violet Red #D7209D

Tints of Medium Violet Red #D7209D

Color information

#D7209D (or 0xD7209D) is unknown color: approx Medium Violet Red. HEX triplet: D7, 20 and 9D. RGB value is (215,32,157). Sum of RGB (Red+Green+Blue) = 215+32+157=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7209D is #28DF62. Grayscale: #646464. Windows color (decimal): -2678627 or 10297559. OLE color: 10297559.

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

Color convert

RGB21532157-
CMYK00.850.270.16
HSL319.02º74.09%48.43%-
HSV(B)319.02º85.12%84.31%-
XYZ34.6317.9133.53-
YUV100.97159.63209.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.22%
GREEN value IS 32 (12.89% from 255) = 7.92%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=53.22%
G=7.92%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153215700.850.270.16319.0274.0948.43
HexD7209D0551B1013f4a30
Octal327402350125332047711260
Binary11010111100000100111010101010111011100001001111111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7209D; }

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

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

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

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

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

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

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

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