#D223AC

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

Shades of Medium Violet Red #D223AC

Tints of Medium Violet Red #D223AC

Color information

#D223AC (or 0xD223AC) is unknown color: approx Medium Violet Red. HEX triplet: D2, 23 and AC. RGB value is (210,35,172). Sum of RGB (Red+Green+Blue) = 210+35+172=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D223AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D223AC is #2DDC53. Grayscale: #666666. Windows color (decimal): -3005524 or 11281362. OLE color: 11281362.

HSL color Cylindrical-coordinate representation of color #D223AC: hue angle of 313.03º 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 #D223AC is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB21035172-
CMYK00.830.180.18
HSL313.03º71.43%48.04%-
HSV(B)313.03º83.33%82.35%-
XYZ34.6317.8840.66-
YUV102.94166.98204.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.36%
GREEN value IS 35 (14.06% from 255) = 8.39%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=50.36%
G=8.39%
B=41.25%

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
Decimal2103517200.830.180.18313.0371.4348.04
HexD223AC05312121394730
Octal322432540123222247110760
Binary11010010100011101011000101001110010100101001110011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D223AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D223AC; }

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

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

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

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

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

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

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

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