#D40A77

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

Shades of Medium Violet Red #D40A77

Tints of Medium Violet Red #D40A77

Color information

#D40A77 (or 0xD40A77) is unknown color: approx Medium Violet Red. HEX triplet: D4, 0A and 77. RGB value is (212,10,119). Sum of RGB (Red+Green+Blue) = 212+10+119=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40A77 is #2BF588. Grayscale: #525252. Windows color (decimal): -2880905 or 7801556. OLE color: 7801556.

HSL color Cylindrical-coordinate representation of color #D40A77: hue angle of 327.62º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A77 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB21210119-
CMYK00.950.440.17
HSL327.62º90.99%43.53%-
HSV(B)327.62º95.28%83.14%-
XYZ30.5915.5518.84-
YUV82.82148.42220.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.17%
GREEN value IS 10 (4.30% from 255) = 2.93%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=62.17%
G=2.93%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121011900.950.440.17327.6290.9943.53
HexD4A7705F2C111485b2c
Octal324121670137542151013354
Binary110101001010111011101011111101100100011010010001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40A77; }

 p { color: rgb(212,10,119); }

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

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

 a { background-color: rgb(212,10,119); }

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

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

 span { border-color: rgb(212,10,119); }

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