#D223AD

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

Shades of Medium Violet Red #D223AD

Tints of Medium Violet Red #D223AD

Color information

#D223AD (or 0xD223AD) is unknown color: approx Medium Violet Red. HEX triplet: D2, 23 and AD. RGB value is (210,35,173). Sum of RGB (Red+Green+Blue) = 210+35+173=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D223AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D223AD is #2DDC52. Grayscale: #666666. Windows color (decimal): -3005523 or 11346898. OLE color: 11346898.

HSL color Cylindrical-coordinate representation of color #D223AD: hue angle of 312.69º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D223AD is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB21035173-
CMYK00.830.180.18
HSL312.69º71.43%48.04%-
HSV(B)312.69º83.33%82.35%-
XYZ34.7217.9241.16-
YUV103.06167.48204.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.24%
GREEN value IS 35 (14.06% from 255) = 8.37%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=50.24%
G=8.37%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103517300.830.180.18312.6971.4348.04
HexD223AD05312121394730
Octal322432550123222247110760
Binary11010010100011101011010101001110010100101001110011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D223AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D223AD; }

 p { color: rgb(210,35,173); }

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

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

 a { background-color: rgb(210,35,173); }

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

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

 span { border-color: rgb(210,35,173); }

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