Html Css Color HEX #D327DC Deep Magenta

📋 copy color: '#D327DC'

red 211 ◦ green 39 ◦ blue 220

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

Shades of Deep Magenta #D327DC

Tints of Deep Magenta #D327DC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.3%

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

R = 44.89%
G = 8.3%
B = 46.81%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D327DC (or 0xD327DC) is known color: Deep Magenta. HEX triplet: D3, 27 and DC. RGB value is (211,39,220). Sum of RGB (Red+Green+Blue) = 211+39+220=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #D327DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D327DC is #2CD823. Grayscale: #6E6E6E. Windows color (decimal): -2938916 or 14428115. OLE color: 14428115.

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

Color convert

RGB 211 39 220 -
CMYK 0.04 0.82 0 0.14
HSL 297.02º 0.72% 0.51% -
HSV(B) 297.02º 0.82% 0.86% -
XYZ 40.51 20.47 69.53 -
YUV 111.06 189.48 199.28 -
System Red Green Blue C M Y K H S L
Decimal 211 39 220 0.04 0.82 0 0.14 297.02 0.72 0.51
Hex D3 27 DC 4 52 0 E 129 48 33
Octal 323 47 334 4 122 0 16 451 110 63
Binary 11010011 100111 11011100 100 1010010 0 1110 100101001 1001000 110011

Color Harmonies of #D327DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327DC

Black with #D327DC

Text Example


Text Example

White with #D327DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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