#D41989

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

Shades of Medium Violet Red #D41989

Tints of Medium Violet Red #D41989

Color information

#D41989 (or 0xD41989) is unknown color: approx Medium Violet Red. HEX triplet: D4, 19 and 89. RGB value is (212,25,137). Sum of RGB (Red+Green+Blue) = 212+25+137=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D41989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41989 is #2BE676. Grayscale: #5D5D5D. Windows color (decimal): -2877047 or 8985044. OLE color: 8985044.

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

Color convert

RGB21225137-
CMYK00.880.350.17
HSL324.06º78.9%46.47%-
HSV(B)324.06º88.21%83.14%-
XYZ32.0116.525.16-
YUV93.68152.45212.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.68%
GREEN value IS 25 (10.16% from 255) = 6.68%
BLUE value IS 137 (53.91% from 255) = 36.63%
R=56.68%
G=6.68%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122513700.880.350.17324.0678.946.47
HexD4198905823111444f2e
Octal324312110130432150411756
Binary11010100110011000100101011000100011100011010001001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41989; }

 p { color: rgb(212,25,137); }

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

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

 a { background-color: rgb(212,25,137); }

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

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

 span { border-color: rgb(212,25,137); }

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