#D511DF

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

Shades of Deep Magenta #D511DF

Tints of Deep Magenta #D511DF

Color information

#D511DF (or 0xD511DF) is unknown color: approx Deep Magenta. HEX triplet: D5, 11 and DF. RGB value is (213,17,223). Sum of RGB (Red+Green+Blue) = 213+17+223=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #D511DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511DF is #2AEE20. Grayscale: #626262. Windows color (decimal): -2813473 or 14619093. OLE color: 14619093.

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

Color convert

RGB21317223-
CMYK0.040.9200.13
HSL297.09º85.83%47.06%-
HSV(B)297.09º92.38%87.45%-
XYZ40.9619.8771.49-
YUV99.09197.93209.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 17 (7.03% from 255) = 3.75%
BLUE value IS 223 (87.5% from 255) = 49.23%
R=47.02%
G=3.75%
B=49.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213172230.040.9200.13297.0985.8347.06
HexD511DF45C0D129562f
Octal32521337413401545112657
Binary1101010110001110111111001011100011011001010011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D511DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D511DF; }

 p { color: rgb(213,17,223); }

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

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

 a { background-color: rgb(213,17,223); }

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

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

 span { border-color: rgb(213,17,223); }

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