#DC1CDD

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

Shades of Deep Magenta #DC1CDD

Tints of Deep Magenta #DC1CDD

Color information

#DC1CDD (or 0xDC1CDD) is unknown color: approx Deep Magenta. HEX triplet: DC, 1C and DD. RGB value is (220,28,221). Sum of RGB (Red+Green+Blue) = 220+28+221=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CDD is #23E322. Grayscale: #6A6A6A. Windows color (decimal): -2351907 or 14490844. OLE color: 14490844.

HSL color Cylindrical-coordinate representation of color #DC1CDD: hue angle of 299.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1CDD is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22028221-
CMYK0.000.8700.13
HSL299.69º77.51%48.82%-
HSV(B)299.69º87.33%86.67%-
XYZ42.9821.2770.25-
YUV107.41192.11208.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 28 (11.33% from 255) = 5.97%
BLUE value IS 221 (86.72% from 255) = 47.12%
R=46.91%
G=5.97%
B=47.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220282210.000.8700.13299.6977.5148.82
HexDC1CDD0570D12c4e31
Octal33434335012701545411661
Binary11011100111001101110101010111011011001011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1CDD; }

 p { color: rgb(220,28,221); }

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

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

 a { background-color: rgb(220,28,221); }

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

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

 span { border-color: rgb(220,28,221); }

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