Html Css Color HEX #D329DE Deep Magenta

📋 copy color: '#D329DE'

red 211 ◦ green 41 ◦ blue 222

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

Shades of Deep Magenta #D329DE

Tints of Deep Magenta #D329DE

RGB

 RED value IS 211 (82.81% from 255) = 44.51%

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 44.51%
G = 8.65%
B = 46.84%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D329DE (or 0xD329DE) is known color: Deep Magenta. HEX triplet: D3, 29 and DE. RGB value is (211,41,222). Sum of RGB (Red+Green+Blue) = 211+41+222=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #D329DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329DE is #2CD621. Grayscale: #6F6F6F. Windows color (decimal): -2938402 or 14559699. OLE color: 14559699.

HSL color Cylindrical-coordinate representation of color #D329DE: hue angle of 296.35º degrees, saturation: 0.73, 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 #D329DE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 41 222 -
CMYK 0.05 0.82 0 0.13
HSL 296.35º 0.73% 0.52% -
HSV(B) 296.35º 0.82% 0.87% -
XYZ 40.84 20.71 70.95 -
YUV 112.46 189.82 198.28 -
System Red Green Blue C M Y K H S L
Decimal 211 41 222 0.05 0.82 0 0.13 296.35 0.73 0.52
Hex D3 29 DE 5 52 0 D 128 49 34
Octal 323 51 336 5 122 0 15 450 111 64
Binary 11010011 101001 11011110 101 1010010 0 1101 100101000 1001001 110100

Color Harmonies of #D329DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329DE

Black with #D329DE

Text Example


Text Example

White with #D329DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329DE; }

 p { color: rgb(211,41,222); }

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

background-color css

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

 a { background-color: rgb(211,41,222); }

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

border-color css

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

 span { border-color: rgb(211,41,222); }

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