Html Css Color HEX #D329DD Deep Magenta

📋 copy color: '#D329DD'

red 211 ◦ green 41 ◦ blue 221

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

Shades of Deep Magenta #D329DD

Tints of Deep Magenta #D329DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 44.61%
G = 8.67%
B = 46.72%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D329DD (or 0xD329DD) is known color: Deep Magenta. HEX triplet: D3, 29 and DD. RGB value is (211,41,221). Sum of RGB (Red+Green+Blue) = 211+41+221=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #D329DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329DD is #2CD622. Grayscale: #6F6F6F. Windows color (decimal): -2938403 or 14494163. OLE color: 14494163.

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

Color convert

RGB 211 41 221 -
CMYK 0.05 0.81 0 0.13
HSL 296.67º 0.73% 0.51% -
HSV(B) 296.67º 0.81% 0.87% -
XYZ 40.71 20.66 70.25 -
YUV 112.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 211 41 221 0.05 0.81 0 0.13 296.67 0.73 0.51
Hex D3 29 DD 5 51 0 D 129 49 33
Octal 323 51 335 5 121 0 15 451 111 63
Binary 11010011 101001 11011101 101 1010001 0 1101 100101001 1001001 110011

Color Harmonies of #D329DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329DD

Black with #D329DD

Text Example


Text Example

White with #D329DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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