#D310DF

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

Shades of Deep Magenta #D310DF

Tints of Deep Magenta #D310DF

Color information

#D310DF (or 0xD310DF) is unknown color: approx Deep Magenta. HEX triplet: D3, 10 and DF. RGB value is (211,16,223). Sum of RGB (Red+Green+Blue) = 211+16+223=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #D310DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310DF is #2CEF20. Grayscale: #616161. Windows color (decimal): -2944801 or 14618835. OLE color: 14618835.

HSL color Cylindrical-coordinate representation of color #D310DF: hue angle of 296.52º 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 #D310DF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21116223-
CMYK0.050.9300.13
HSL296.52º86.61%46.86%-
HSV(B)296.52º92.83%87.45%-
XYZ40.3719.5571.46-
YUV97.9198.6208.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 16 (6.64% from 255) = 3.56%
BLUE value IS 223 (87.5% from 255) = 49.56%
R=46.89%
G=3.56%
B=49.56%

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
Decimal211162230.050.9300.13296.5286.6146.86
HexD310DF55D0D129572f
Octal32320337513501545112757
Binary1101001110000110111111011011101011011001010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D310DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D310DF; }

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

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

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

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

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

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

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

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