Html Css Color HEX #D324DC Deep Magenta

📋 copy color: '#D324DC'

red 211 ◦ green 36 ◦ blue 220

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

Shades of Deep Magenta #D324DC

Tints of Deep Magenta #D324DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 45.18%
G = 7.71%
B = 47.11%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D324DC (or 0xD324DC) is known color: Deep Magenta. HEX triplet: D3, 24 and DC. RGB value is (211,36,220). Sum of RGB (Red+Green+Blue) = 211+36+220=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #D324DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D324DC is #2CDB23. Grayscale: #6C6C6C. Windows color (decimal): -2939684 or 14427347. OLE color: 14427347.

HSL color Cylindrical-coordinate representation of color #D324DC: hue angle of 297.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D324DC is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 36 220 -
CMYK 0.04 0.84 0 0.14
HSL 297.07º 0.72% 0.5% -
HSV(B) 297.07º 0.84% 0.86% -
XYZ 40.41 20.28 69.49 -
YUV 109.3 190.48 200.54 -
System Red Green Blue C M Y K H S L
Decimal 211 36 220 0.04 0.84 0 0.14 297.07 0.72 0.5
Hex D3 24 DC 4 54 0 E 129 48 32
Octal 323 44 334 4 124 0 16 451 110 62
Binary 11010011 100100 11011100 100 1010100 0 1110 100101001 1001000 110010

Color Harmonies of #D324DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324DC

Black with #D324DC

Text Example


Text Example

White with #D324DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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