#D21FAC

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

Shades of Medium Violet Red #D21FAC

Tints of Medium Violet Red #D21FAC

Color information

#D21FAC (or 0xD21FAC) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1F and AC. RGB value is (210,31,172). Sum of RGB (Red+Green+Blue) = 210+31+172=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FAC is #2DE053. Grayscale: #646464. Windows color (decimal): -3006548 or 11280338. OLE color: 11280338.

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

Color convert

RGB21031172-
CMYK00.850.180.18
HSL312.74º74.27%47.25%-
HSV(B)312.74º85.24%82.35%-
XYZ34.5117.6640.62-
YUV100.6168.3206.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 31 (12.5% from 255) = 7.51%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=50.85%
G=7.51%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103117200.850.180.18312.7474.2747.25
HexD21FAC05512121394a2f
Octal322372540125222247111257
Binary1101001011111101011000101010110010100101001110011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21FAC; }

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

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

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

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

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

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

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

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