#D411BF

Color #D411BF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D411BF

Tints of Deep Magenta #D411BF

Color information

#D411BF (or 0xD411BF) is unknown color: approx Deep Magenta. HEX triplet: D4, 11 and BF. RGB value is (212,17,191). Sum of RGB (Red+Green+Blue) = 212+17+191=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D411BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411BF is #2BEE40. Grayscale: #5E5E5E. Windows color (decimal): -2879041 or 12521940. OLE color: 12521940.

HSL color Cylindrical-coordinate representation of color #D411BF: hue angle of 306.46º degrees, saturation: 0.85, 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 #D411BF is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB21217191-
CMYK00.920.100.17
HSL306.46º85.15%44.9%-
HSV(B)306.46º91.98%83.14%-
XYZ36.7618.1650.86-
YUV95.14182.1211.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.48%
GREEN value IS 17 (7.03% from 255) = 4.05%
BLUE value IS 191 (75% from 255) = 45.48%
R=50.48%
G=4.05%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121719100.920.100.17306.4685.1544.9
HexD411BF05CA11132552d
Octal324212770134122146212555
Binary110101001000110111111010111001010100011001100101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D411BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D411BF; }

 p { color: rgb(212,17,191); }

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

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

 a { background-color: rgb(212,17,191); }

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

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

 span { border-color: rgb(212,17,191); }

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