Html Css Color HEX #D829DD Deep Magenta

📋 copy color: '#D829DD'

red 216 ◦ green 41 ◦ blue 221

#D829DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D829DD

Tints of Deep Magenta #D829DD

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 value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D829DD (or 0xD829DD) is known color: 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

RGB 216 41 221 -
CMYK 0.02 0.81 0 0.13
HSL 298.33º 0.73% 0.51% -
HSV(B) 298.33º 0.81% 0.87% -
XYZ 42.16 21.41 70.32 -
YUV 113.85 188.48 200.86 -
System Red Green Blue C M Y K H S L
Decimal 216 41 221 0.02 0.81 0 0.13 298.33 0.73 0.51
Hex D8 29 DD 2 51 0 D 12A 49 33
Octal 330 51 335 2 121 0 15 452 111 63
Binary 11011000 101001 11011101 10 1010001 0 1101 100101010 1001001 110011

Color Harmonies of #D829DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829DD

Black with #D829DD

Text Example


Text Example

White with #D829DD

Text Example


Text Example

HTML Codes & Css Web 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>