Html Css Color HEX #D829DA Deep Magenta

📋 copy color: '#D829DA'

red 216 ◦ green 41 ◦ blue 218

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

Shades of Deep Magenta #D829DA

Tints of Deep Magenta #D829DA

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

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

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

RGB 216 41 218 -
CMYK 0.01 0.81 0 0.15
HSL 299.32º 0.71% 0.51% -
HSV(B) 299.32º 0.81% 0.85% -
XYZ 41.77 21.25 68.23 -
YUV 113.5 186.98 201.11 -
System Red Green Blue C M Y K H S L
Decimal 216 41 218 0.01 0.81 0 0.15 299.32 0.71 0.51
Hex D8 29 DA 1 51 0 F 12B 47 33
Octal 330 51 332 1 121 0 17 453 107 63
Binary 11011000 101001 11011010 1 1010001 0 1111 100101011 1000111 110011

Color Harmonies of #D829DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829DA

Black with #D829DA

Text Example


Text Example

White with #D829DA

Text Example


Text Example

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