#D40B84

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

Shades of Medium Violet Red #D40B84

Tints of Medium Violet Red #D40B84

Color information

#D40B84 (or 0xD40B84) is unknown color: approx Medium Violet Red. HEX triplet: D4, 0B and 84. RGB value is (212,11,132). Sum of RGB (Red+Green+Blue) = 212+11+132=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40B84 is #2BF47B. Grayscale: #545454. Windows color (decimal): -2880636 or 8653780. OLE color: 8653780.

HSL color Cylindrical-coordinate representation of color #D40B84: hue angle of 323.88º degrees, saturation: 0.9, 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 #D40B84 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB21211132-
CMYK00.950.380.17
HSL323.88º90.13%43.73%-
HSV(B)323.88º94.81%83.14%-
XYZ31.4415.923.24-
YUV84.89154.59218.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.72%
GREEN value IS 11 (4.69% from 255) = 3.10%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=59.72%
G=3.10%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121113200.950.380.17323.8890.1343.73
HexD4B8405F26111445a2c
Octal324132040137462150413254
Binary1101010010111000010001011111100110100011010001001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40B84; }

 p { color: rgb(212,11,132); }

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

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

 a { background-color: rgb(212,11,132); }

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

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

 span { border-color: rgb(212,11,132); }

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