#D40E96

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

Shades of Medium Violet Red #D40E96

Tints of Medium Violet Red #D40E96

Color information

#D40E96 (or 0xD40E96) is unknown color: approx Medium Violet Red. HEX triplet: D4, 0E and 96. RGB value is (212,14,150). Sum of RGB (Red+Green+Blue) = 212+14+150=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40E96 is #2BF169. Grayscale: #585858. Windows color (decimal): -2879850 or 9834196. OLE color: 9834196.

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

Color convert

RGB21214150-
CMYK00.930.290.17
HSL318.79º87.61%44.31%-
HSV(B)318.79º93.4%83.14%-
XYZ32.8116.5130.31-
YUV88.71162.6215.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.38%
GREEN value IS 14 (5.86% from 255) = 3.72%
BLUE value IS 150 (58.98% from 255) = 39.89%
R=56.38%
G=3.72%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121415000.930.290.17318.7987.6144.31
HexD4E9605D1D1113f582c
Octal324162260135352147713054
Binary110101001110100101100101110111101100011001111111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40E96; }

 p { color: rgb(212,14,150); }

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

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

 a { background-color: rgb(212,14,150); }

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

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

 span { border-color: rgb(212,14,150); }

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