#D41A9C

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

Shades of Medium Violet Red #D41A9C

Tints of Medium Violet Red #D41A9C

Color information

#D41A9C (or 0xD41A9C) is unknown color: approx Medium Violet Red. HEX triplet: D4, 1A and 9C. RGB value is (212,26,156). Sum of RGB (Red+Green+Blue) = 212+26+156=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41A9C is #2BE563. Grayscale: #606060. Windows color (decimal): -2876772 or 10230484. OLE color: 10230484.

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

Color convert

RGB21226156-
CMYK00.880.260.17
HSL318.06º78.15%46.67%-
HSV(B)318.06º87.74%83.14%-
XYZ33.5217.1432.99-
YUV96.43161.62210.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.81%
GREEN value IS 26 (10.55% from 255) = 6.60%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=53.81%
G=6.60%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122615600.880.260.17318.0678.1546.67
HexD41A9C0581A1113e4e2f
Octal324322340130322147611657
Binary1101010011010100111000101100011010100011001111101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41A9C; }

 p { color: rgb(212,26,156); }

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

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

 a { background-color: rgb(212,26,156); }

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

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

 span { border-color: rgb(212,26,156); }

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