#D510DF

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

Shades of Deep Magenta #D510DF

Tints of Deep Magenta #D510DF

Color information

#D510DF (or 0xD510DF) is unknown color: approx Deep Magenta. HEX triplet: D5, 10 and DF. RGB value is (213,16,223). Sum of RGB (Red+Green+Blue) = 213+16+223=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #D510DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510DF is #2AEF20. Grayscale: #616161. Windows color (decimal): -2813729 or 14618837. OLE color: 14618837.

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

Color convert

RGB21316223-
CMYK0.040.9300.13
HSL297.1º86.61%46.86%-
HSV(B)297.1º92.83%87.45%-
XYZ40.9519.8471.48-
YUV98.5198.27209.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 16 (6.64% from 255) = 3.54%
BLUE value IS 223 (87.5% from 255) = 49.34%
R=47.12%
G=3.54%
B=49.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213162230.040.9300.13297.186.6146.86
HexD510DF45D0D129572f
Octal32520337413501545112757
Binary1101010110000110111111001011101011011001010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D510DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D510DF; }

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

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

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

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

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

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

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

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