#D829DA

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

Shades of Deep Magenta #D829DA

Tints of Deep Magenta #D829DA

Color information

#D829DA (or 0xD829DA) is unknown color: approx Deep Magenta. HEX triplet: D8, 29 and DA. RGB value is (216,41,218). Sum of RGB (Red+Green+Blue) = 216+41+218=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #D829DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829DA is #27D625. Grayscale: #707070. Windows color (decimal): -2610726 or 14297560. OLE color: 14297560.

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

Color convert

RGB21641218-
CMYK0.010.8100.15
HSL299.32º70.52%50.78%-
HSV(B)299.32º81.19%85.49%-
XYZ41.7721.2568.23-
YUV113.5186.98201.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 41 (16.41% from 255) = 8.63%
BLUE value IS 218 (85.55% from 255) = 45.89%
R=45.47%
G=8.63%
B=45.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216412180.010.8100.15299.3270.5250.78
HexD829DA1510F12b4733
Octal33051332112101745310763
Binary110110001010011101101011010001011111001010111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D829DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D829DA; }

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

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

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

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

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

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

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

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