Html Css Color HEX #D327DD Deep Magenta

📋 copy color: '#D327DD'

red 211 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #D327DD

Tints of Deep Magenta #D327DD

RGB

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

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

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

R = 44.8%
G = 8.28%
B = 46.92%

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

#D327DD (or 0xD327DD) is known color: Deep Magenta. HEX triplet: D3, 27 and DD. RGB value is (211,39,221). Sum of RGB (Red+Green+Blue) = 211+39+221=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #D327DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D327DD is #2CD822. Grayscale: #6E6E6E. Windows color (decimal): -2938915 or 14493651. OLE color: 14493651.

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

Color convert

RGB 211 39 221 -
CMYK 0.05 0.82 0 0.13
HSL 296.7º 0.73% 0.51% -
HSV(B) 296.7º 0.82% 0.87% -
XYZ 40.64 20.52 70.23 -
YUV 111.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 211 39 221 0.05 0.82 0 0.13 296.7 0.73 0.51
Hex D3 27 DD 5 52 0 D 129 49 33
Octal 323 47 335 5 122 0 15 451 111 63
Binary 11010011 100111 11011101 101 1010010 0 1101 100101001 1001001 110011

Color Harmonies of #D327DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327DD

Black with #D327DD

Text Example


Text Example

White with #D327DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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