#D210DF

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

Shades of Deep Magenta #D210DF

Tints of Deep Magenta #D210DF

Color information

#D210DF (or 0xD210DF) is unknown color: approx Deep Magenta. HEX triplet: D2, 10 and DF. RGB value is (210,16,223). Sum of RGB (Red+Green+Blue) = 210+16+223=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #D210DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210DF is #2DEF20. Grayscale: #606060. Windows color (decimal): -3010337 or 14618834. OLE color: 14618834.

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

Color convert

RGB21016223-
CMYK0.060.9300.13
HSL296.23º86.61%46.86%-
HSV(B)296.23º92.83%87.45%-
XYZ40.0819.471.44-
YUV97.6198.77208.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.77%
GREEN value IS 16 (6.64% from 255) = 3.56%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=46.77%
G=3.56%
B=49.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210162230.060.9300.13296.2386.6146.86
HexD210DF65D0D128572f
Octal32220337613501545012757
Binary1101001010000110111111101011101011011001010001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D210DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D210DF; }

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

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

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

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

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

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

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

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