#D41881

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

Shades of Medium Violet Red #D41881

Tints of Medium Violet Red #D41881

Color information

#D41881 (or 0xD41881) is unknown color: approx Medium Violet Red. HEX triplet: D4, 18 and 81. RGB value is (212,24,129). Sum of RGB (Red+Green+Blue) = 212+24+129=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D41881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41881 is #2BE77E. Grayscale: #5B5B5B. Windows color (decimal): -2877311 or 8460500. OLE color: 8460500.

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

Color convert

RGB21224129-
CMYK00.890.390.17
HSL326.49º79.66%46.27%-
HSV(B)326.49º88.68%83.14%-
XYZ31.4416.2422.25-
YUV92.18148.78213.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.08%
GREEN value IS 24 (9.77% from 255) = 6.58%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=58.08%
G=6.58%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122412900.890.390.17326.4979.6646.27
HexD418810592711146502e
Octal324302010131472150612056
Binary11010100110001000000101011001100111100011010001101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41881; }

 p { color: rgb(212,24,129); }

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

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

 a { background-color: rgb(212,24,129); }

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

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

 span { border-color: rgb(212,24,129); }

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