#D321C1

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

Shades of Deep Magenta #D321C1

Tints of Deep Magenta #D321C1

Color information

#D321C1 (or 0xD321C1) is unknown color: approx Deep Magenta. HEX triplet: D3, 21 and C1. RGB value is (211,33,193). Sum of RGB (Red+Green+Blue) = 211+33+193=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D321C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321C1 is #2CDE3E. Grayscale: #686868. Windows color (decimal): -2940479 or 12657107. OLE color: 12657107.

HSL color Cylindrical-coordinate representation of color #D321C1: hue angle of 306.07º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D321C1 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB21133193-
CMYK00.840.090.17
HSL306.07º72.95%47.84%-
HSV(B)306.07º84.36%82.75%-
XYZ37.0318.7952.13-
YUV104.46177.97203.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.28%
GREEN value IS 33 (13.28% from 255) = 7.55%
BLUE value IS 193 (75.78% from 255) = 44.16%
R=48.28%
G=7.55%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113319300.840.090.17306.0772.9547.84
HexD321C10549111324930
Octal323413010124112146211160
Binary1101001110000111000001010101001001100011001100101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D321C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D321C1; }

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

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

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

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

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

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

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

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