#D829DD

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

Shades of Deep Magenta #D829DD

Tints of Deep Magenta #D829DD

Color information

#D829DD (or 0xD829DD) is unknown color: approx Deep Magenta. HEX triplet: D8, 29 and DD. RGB value is (216,41,221). Sum of RGB (Red+Green+Blue) = 216+41+221=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #D829DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829DD is #27D622. Grayscale: #717171. Windows color (decimal): -2610723 or 14494168. OLE color: 14494168.

HSL color Cylindrical-coordinate representation of color #D829DD: hue angle of 298.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D829DD is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21641221-
CMYK0.020.8100.13
HSL298.33º72.58%51.37%-
HSV(B)298.33º81.45%86.67%-
XYZ42.1621.4170.32-
YUV113.85188.48200.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.19%
GREEN value IS 41 (16.41% from 255) = 8.58%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=45.19%
G=8.58%
B=46.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216412210.020.8100.13298.3372.5851.37
HexD829DD2510D12a4933
Octal33051335212101545211163
Binary1101100010100111011101101010001011011001010101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D829DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D829DD; }

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

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

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

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

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

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

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

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