Html Css Color HEX #D829DF Deep Magenta

📋 copy color: '#D829DF'

red 216 ◦ green 41 ◦ blue 223

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

Shades of Deep Magenta #D829DF

Tints of Deep Magenta #D829DF

RGB

 RED value IS 216 (84.77% from 255) = 45%

 GREEN value IS 41 (16.41% from 255) = 8.54%

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 45%
G = 8.54%
B = 46.46%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D829DF (or 0xD829DF) is known color: Deep Magenta. HEX triplet: D8, 29 and DF. RGB value is (216,41,223). Sum of RGB (Red+Green+Blue) = 216+41+223=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #D829DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829DF is #27D620. Grayscale: #717171. Windows color (decimal): -2610721 or 14625240. OLE color: 14625240.

HSL color Cylindrical-coordinate representation of color #D829DF: hue angle of 297.69º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D829DF is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 41 223 -
CMYK 0.03 0.82 0 0.13
HSL 297.69º 0.74% 0.52% -
HSV(B) 297.69º 0.82% 0.87% -
XYZ 42.43 21.51 71.73 -
YUV 114.07 189.48 200.7 -
System Red Green Blue C M Y K H S L
Decimal 216 41 223 0.03 0.82 0 0.13 297.69 0.74 0.52
Hex D8 29 DF 3 52 0 D 12A 4A 34
Octal 330 51 337 3 122 0 15 452 112 64
Binary 11011000 101001 11011111 11 1010010 0 1101 100101010 1001010 110100

Color Harmonies of #D829DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829DF

Black with #D829DF

Text Example


Text Example

White with #D829DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829DF; }

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

 H1.HeaderClassName
 {
   color: #D829DF;
 }
 .AnyTagClassName
 {
   color: #D829DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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