Html Css Color HEX #D321DC Deep Magenta

📋 copy color: '#D321DC'

red 211 ◦ green 33 ◦ blue 220

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

Shades of Deep Magenta #D321DC

Tints of Deep Magenta #D321DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.11%

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

R = 45.47%
G = 7.11%
B = 47.41%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D321DC (or 0xD321DC) is known color: Deep Magenta. HEX triplet: D3, 21 and DC. RGB value is (211,33,220). Sum of RGB (Red+Green+Blue) = 211+33+220=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #D321DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321DC is #2CDE23. Grayscale: #6A6A6A. Windows color (decimal): -2940452 or 14426579. OLE color: 14426579.

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

Color convert

RGB 211 33 220 -
CMYK 0.04 0.85 0 0.14
HSL 297.11º 0.74% 0.5% -
HSV(B) 297.11º 0.85% 0.86% -
XYZ 40.33 20.1 69.47 -
YUV 107.54 191.47 201.79 -
System Red Green Blue C M Y K H S L
Decimal 211 33 220 0.04 0.85 0 0.14 297.11 0.74 0.5
Hex D3 21 DC 4 55 0 E 129 4A 32
Octal 323 41 334 4 125 0 16 451 112 62
Binary 11010011 100001 11011100 100 1010101 0 1110 100101001 1001010 110010

Color Harmonies of #D321DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321DC

Black with #D321DC

Text Example


Text Example

White with #D321DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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