#D82CDC

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

Shades of Deep Magenta #D82CDC

Tints of Deep Magenta #D82CDC

Color information

#D82CDC (or 0xD82CDC) is unknown color: approx Deep Magenta. HEX triplet: D8, 2C and DC. RGB value is (216,44,220). Sum of RGB (Red+Green+Blue) = 216+44+220=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #D82CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82CDC is #27D323. Grayscale: #727272. Windows color (decimal): -2609956 or 14429400. OLE color: 14429400.

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

Color convert

RGB21644220-
CMYK0.020.800.14
HSL298.64º71.54%51.76%-
HSV(B)298.64º80%86.27%-
XYZ42.1421.5769.65-
YUV115.49186.98199.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 44 (17.58% from 255) = 9.17%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=45%
G=9.17%
B=45.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216442200.020.800.14298.6471.5451.76
HexD82CDC2500E12b4834
Octal33054334212001645311064
Binary1101100010110011011100101010000011101001010111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82CDC; }

 p { color: rgb(216,44,220); }

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

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

 a { background-color: rgb(216,44,220); }

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

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

 span { border-color: rgb(216,44,220); }

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