#D41D8D

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

Shades of Medium Violet Red #D41D8D

Tints of Medium Violet Red #D41D8D

Color information

#D41D8D (or 0xD41D8D) is unknown color: approx Medium Violet Red. HEX triplet: D4, 1D and 8D. RGB value is (212,29,141). Sum of RGB (Red+Green+Blue) = 212+29+141=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41D8D is #2BE272. Grayscale: #606060. Windows color (decimal): -2876019 or 9248212. OLE color: 9248212.

HSL color Cylindrical-coordinate representation of color #D41D8D: hue angle of 323.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D8D is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB21229141-
CMYK00.860.330.17
HSL323.28º75.93%47.25%-
HSV(B)323.28º86.32%83.14%-
XYZ32.416.826.73-
YUV96.48153.13210.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 29 (11.72% from 255) = 7.59%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=55.50%
G=7.59%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122914100.860.330.17323.2875.9347.25
HexD41D8D05621111434c2f
Octal324352150126412150311457
Binary11010100111011000110101010110100001100011010000111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41D8D; }

 p { color: rgb(212,29,141); }

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

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

 a { background-color: rgb(212,29,141); }

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

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

 span { border-color: rgb(212,29,141); }

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