#D40FA0

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

Shades of Medium Violet Red #D40FA0

Tints of Medium Violet Red #D40FA0

Color information

#D40FA0 (or 0xD40FA0) is unknown color: approx Medium Violet Red. HEX triplet: D4, 0F and A0. RGB value is (212,15,160). Sum of RGB (Red+Green+Blue) = 212+15+160=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40FA0 is #2BF05F. Grayscale: #5A5A5A. Windows color (decimal): -2879584 or 10489812. OLE color: 10489812.

HSL color Cylindrical-coordinate representation of color #D40FA0: hue angle of 315.84º 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 #D40FA0 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB21215160-
CMYK00.930.250.17
HSL315.84º86.78%44.51%-
HSV(B)315.84º92.92%83.14%-
XYZ33.6716.8834.74-
YUV90.43167.27214.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.78%
GREEN value IS 15 (6.25% from 255) = 3.88%
BLUE value IS 160 (62.89% from 255) = 41.34%
R=54.78%
G=3.88%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121516000.930.250.17315.8486.7844.51
HexD4FA005D191113c572d
Octal324172400135312147412755
Binary110101001111101000000101110111001100011001111001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40FA0; }

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

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

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

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

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

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

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

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