#D41279

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

Shades of Medium Violet Red #D41279

Tints of Medium Violet Red #D41279

Color information

#D41279 (or 0xD41279) is unknown color: approx Medium Violet Red. HEX triplet: D4, 12 and 79. RGB value is (212,18,121). Sum of RGB (Red+Green+Blue) = 212+18+121=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D41279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41279 is #2BED86. Grayscale: #575757. Windows color (decimal): -2878855 or 7934676. OLE color: 7934676.

HSL color Cylindrical-coordinate representation of color #D41279: hue angle of 328.14º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41279 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB21218121-
CMYK00.920.430.17
HSL328.14º84.35%45.1%-
HSV(B)328.14º91.51%83.14%-
XYZ30.8215.8119.52-
YUV87.75146.77216.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.40%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=60.40%
G=5.13%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121812100.920.430.17328.1484.3545.1
HexD4127905C2B11148542d
Octal324221710134532151012455
Binary1101010010010111100101011100101011100011010010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41279; }

 p { color: rgb(212,18,121); }

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

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

 a { background-color: rgb(212,18,121); }

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

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

 span { border-color: rgb(212,18,121); }

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