#DD12CC

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

Shades of Deep Magenta #DD12CC

Tints of Deep Magenta #DD12CC

Color information

#DD12CC (or 0xDD12CC) is unknown color: approx Deep Magenta. HEX triplet: DD, 12 and CC. RGB value is (221,18,204). Sum of RGB (Red+Green+Blue) = 221+18+204=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12CC is #22ED33. Grayscale: #636363. Windows color (decimal): -2288948 or 13374173. OLE color: 13374173.

HSL color Cylindrical-coordinate representation of color #DD12CC: hue angle of 305.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD12CC is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22118204-
CMYK00.920.080.13
HSL305.02º84.94%46.86%-
HSV(B)305.02º91.86%86.67%-
XYZ40.9320.1658.86-
YUV99.9186.75214.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 18 (7.42% from 255) = 4.06%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=49.89%
G=4.06%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211820400.920.080.13305.0284.9446.86
HexDD12CC05C8D131552f
Octal335223140134101546112557
Binary11011101100101100110001011100100011011001100011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD12CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD12CC; }

 p { color: rgb(221,18,204); }

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

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

 a { background-color: rgb(221,18,204); }

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

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

 span { border-color: rgb(221,18,204); }

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