#D810DA

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

Shades of Deep Magenta #D810DA

Tints of Deep Magenta #D810DA

Color information

#D810DA (or 0xD810DA) is unknown color: approx Deep Magenta. HEX triplet: D8, 10 and DA. RGB value is (216,16,218). Sum of RGB (Red+Green+Blue) = 216+16+218=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #D810DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810DA is #27EF25. Grayscale: #626262. Windows color (decimal): -2617126 or 14291160. OLE color: 14291160.

HSL color Cylindrical-coordinate representation of color #D810DA: hue angle of 299.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810DA is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21616218-
CMYK0.010.9300.15
HSL299.41º86.32%45.88%-
HSV(B)299.41º92.66%85.49%-
XYZ41.1620.0368.03-
YUV98.83195.26211.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48%
GREEN value IS 16 (6.64% from 255) = 3.56%
BLUE value IS 218 (85.55% from 255) = 48.44%
R=48%
G=3.56%
B=48.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216162180.010.9300.15299.4186.3245.88
HexD810DA15D0F12b562e
Octal33020332113501745312656
Binary11011000100001101101011011101011111001010111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D810DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D810DA; }

 p { color: rgb(216,16,218); }

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

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

 a { background-color: rgb(216,16,218); }

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

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

 span { border-color: rgb(216,16,218); }

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