#D40FA2

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

Shades of Medium Violet Red #D40FA2

Tints of Medium Violet Red #D40FA2

Color information

#D40FA2 (or 0xD40FA2) is unknown color: approx Medium Violet Red. HEX triplet: D4, 0F and A2. RGB value is (212,15,162). Sum of RGB (Red+Green+Blue) = 212+15+162=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40FA2 is #2BF05D. Grayscale: #5A5A5A. Windows color (decimal): -2879582 or 10620884. OLE color: 10620884.

HSL color Cylindrical-coordinate representation of color #D40FA2: hue angle of 315.23º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FA2 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB21215162-
CMYK00.930.240.17
HSL315.23º86.78%44.51%-
HSV(B)315.23º92.92%83.14%-
XYZ33.8416.9535.67-
YUV90.66168.27214.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.50%
GREEN value IS 15 (6.25% from 255) = 3.86%
BLUE value IS 162 (63.67% from 255) = 41.65%
R=54.50%
G=3.86%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121516200.930.240.17315.2386.7844.51
HexD4FA205D181113b572d
Octal324172420135302147312755
Binary110101001111101000100101110111000100011001110111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40FA2; }

 p { color: rgb(212,15,162); }

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

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

 a { background-color: rgb(212,15,162); }

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

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

 span { border-color: rgb(212,15,162); }

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