#DD1CDC

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

Shades of Deep Magenta #DD1CDC

Tints of Deep Magenta #DD1CDC

Color information

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

HSL color Cylindrical-coordinate representation of color #DD1CDC: hue angle of 300.31º 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 #DD1CDC is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB22128220-
CMYK00.870.000.13
HSL300.31º77.51%48.82%-
HSV(B)300.31º87.33%86.67%-
XYZ43.1521.3769.56-
YUV107.59191.44208.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212822000.870.000.13300.3177.5148.82
HexDD1CDC0570D12c4e31
Octal33534334012701545411661
Binary11011101111001101110001010111011011001011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1CDC; }

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

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

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

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

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

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

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

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