Html Css Color HEX #D324DD Deep Magenta

📋 copy color: '#D324DD'

red 211 ◦ green 36 ◦ blue 221

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

Shades of Deep Magenta #D324DD

Tints of Deep Magenta #D324DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.69%

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

R = 45.09%
G = 7.69%
B = 47.22%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D324DD (or 0xD324DD) is known color: Deep Magenta. HEX triplet: D3, 24 and DD. RGB value is (211,36,221). Sum of RGB (Red+Green+Blue) = 211+36+221=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #D324DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D324DD is #2CDB22. Grayscale: #6C6C6C. Windows color (decimal): -2939683 or 14492883. OLE color: 14492883.

HSL color Cylindrical-coordinate representation of color #D324DD: hue angle of 296.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D324DD is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 36 221 -
CMYK 0.05 0.84 0 0.13
HSL 296.76º 0.73% 0.5% -
HSV(B) 296.76º 0.84% 0.87% -
XYZ 40.55 20.33 70.19 -
YUV 109.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 211 36 221 0.05 0.84 0 0.13 296.76 0.73 0.5
Hex D3 24 DD 5 54 0 D 129 49 32
Octal 323 44 335 5 124 0 15 451 111 62
Binary 11010011 100100 11011101 101 1010100 0 1101 100101001 1001001 110010

Color Harmonies of #D324DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324DD

Black with #D324DD

Text Example


Text Example

White with #D324DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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