#D510AE

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

Shades of Deep Magenta #D510AE

Tints of Deep Magenta #D510AE

Color information

#D510AE (or 0xD510AE) is unknown color: approx Deep Magenta. HEX triplet: D5, 10 and AE. RGB value is (213,16,174). Sum of RGB (Red+Green+Blue) = 213+16+174=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D510AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D510AE is #2AEF51. Grayscale: #5C5C5C. Windows color (decimal): -2813778 or 11407573. OLE color: 11407573.

HSL color Cylindrical-coordinate representation of color #D510AE: hue angle of 311.88º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D510AE is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21316174-
CMYK00.920.180.16
HSL311.88º86.03%44.9%-
HSV(B)311.88º92.49%83.53%-
XYZ35.2717.5741.58-
YUV92.92173.77213.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.85%
GREEN value IS 16 (6.64% from 255) = 3.97%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=52.85%
G=3.97%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131617400.920.180.16311.8886.0344.9
HexD510AE05C1210138562d
Octal325202560134222047012655
Binary1101010110000101011100101110010010100001001110001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D510AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D510AE; }

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

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

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

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

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

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

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

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