#D411BE

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

Shades of Deep Magenta #D411BE

Tints of Deep Magenta #D411BE

Color information

#D411BE (or 0xD411BE) is unknown color: approx Deep Magenta. HEX triplet: D4, 11 and BE. RGB value is (212,17,190). Sum of RGB (Red+Green+Blue) = 212+17+190=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D411BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411BE is #2BEE41. Grayscale: #5E5E5E. Windows color (decimal): -2879042 or 12456404. OLE color: 12456404.

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

Color convert

RGB21217190-
CMYK00.920.100.17
HSL306.77º85.15%44.9%-
HSV(B)306.77º91.98%83.14%-
XYZ36.6518.1250.28-
YUV95.03181.6211.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 17 (7.03% from 255) = 4.06%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=50.60%
G=4.06%
B=45.35%

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
Decimal2121719000.920.100.17306.7785.1544.9
HexD411BE05CA11133552d
Octal324212760134122146312555
Binary110101001000110111110010111001010100011001100111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D411BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D411BE; }

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

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

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

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

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

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

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

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