#D321D8

Color #D321D8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D321D8

Tints of Deep Magenta #D321D8

Color information

#D321D8 (or 0xD321D8) is unknown color: approx Deep Magenta. HEX triplet: D3, 21 and D8. RGB value is (211,33,216). Sum of RGB (Red+Green+Blue) = 211+33+216=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #D321D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321D8 is #2CDE27. Grayscale: #6A6A6A. Windows color (decimal): -2940456 or 14164435. OLE color: 14164435.

HSL color Cylindrical-coordinate representation of color #D321D8: hue angle of 298.36º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D321D8 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21133216-
CMYK0.020.8500.15
HSL298.36º73.49%48.82%-
HSV(B)298.36º84.72%84.71%-
XYZ39.819.8966.71-
YUV107.08189.47202.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.87%
GREEN value IS 33 (13.28% from 255) = 7.17%
BLUE value IS 216 (84.77% from 255) = 46.96%
R=45.87%
G=7.17%
B=46.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211332160.020.8500.15298.3673.4948.82
HexD321D82550F12a4931
Octal32341330212501745211161
Binary1101001110000111011000101010101011111001010101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D321D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D321D8; }

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

 H1.HeaderClassName
 {
   color: #D321D8;
 }
 .AnyTagClassName
 {
   color: #D321D8;
 }
</style>
background-color css

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

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

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

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

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

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