#D410DF

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

Shades of Deep Magenta #D410DF

Tints of Deep Magenta #D410DF

Color information

#D410DF (or 0xD410DF) is unknown color: approx Deep Magenta. HEX triplet: D4, 10 and DF. RGB value is (212,16,223). Sum of RGB (Red+Green+Blue) = 212+16+223=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #D410DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410DF is #2BEF20. Grayscale: #616161. Windows color (decimal): -2879265 or 14618836. OLE color: 14618836.

HSL color Cylindrical-coordinate representation of color #D410DF: hue angle of 296.81º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D410DF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21216223-
CMYK0.050.9300.13
HSL296.81º86.61%46.86%-
HSV(B)296.81º92.83%87.45%-
XYZ40.6619.771.47-
YUV98.2198.43209.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 16 (6.64% from 255) = 3.55%
BLUE value IS 223 (87.5% from 255) = 49.45%
R=47.01%
G=3.55%
B=49.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212162230.050.9300.13296.8186.6146.86
HexD410DF55D0D129572f
Octal32420337513501545112757
Binary1101010010000110111111011011101011011001010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D410DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D410DF; }

 p { color: rgb(212,16,223); }

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

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

 a { background-color: rgb(212,16,223); }

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

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

 span { border-color: rgb(212,16,223); }

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