#D40B76

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

Shades of Medium Violet Red #D40B76

Tints of Medium Violet Red #D40B76

Color information

#D40B76 (or 0xD40B76) is unknown color: approx Medium Violet Red. HEX triplet: D4, 0B and 76. RGB value is (212,11,118). Sum of RGB (Red+Green+Blue) = 212+11+118=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40B76 is #2BF489. Grayscale: #535353. Windows color (decimal): -2880650 or 7736276. OLE color: 7736276.

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

Color convert

RGB21211118-
CMYK00.950.440.17
HSL328.06º90.13%43.73%-
HSV(B)328.06º94.81%83.14%-
XYZ30.5415.5418.53-
YUV83.3147.59219.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.17%
GREEN value IS 11 (4.69% from 255) = 3.23%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=62.17%
G=3.23%
B=34.60%

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
Decimal2121111800.950.440.17328.0690.1343.73
HexD4B7605F2C111485a2c
Octal324131660137542151013254
Binary110101001011111011001011111101100100011010010001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40B76; }

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

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

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

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

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

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

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

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