#DD12C6

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

Shades of Deep Magenta #DD12C6

Tints of Deep Magenta #DD12C6

Color information

#DD12C6 (or 0xDD12C6) is unknown color: approx Deep Magenta. HEX triplet: DD, 12 and C6. RGB value is (221,18,198). Sum of RGB (Red+Green+Blue) = 221+18+198=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12C6 is #22ED39. Grayscale: #626262. Windows color (decimal): -2288954 or 12980957. OLE color: 12980957.

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

Color convert

RGB22118198-
CMYK00.920.100.13
HSL306.8º84.94%46.86%-
HSV(B)306.8º91.86%86.67%-
XYZ40.2319.8855.14-
YUV99.22183.75214.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.57%
GREEN value IS 18 (7.42% from 255) = 4.12%
BLUE value IS 198 (77.73% from 255) = 45.31%
R=50.57%
G=4.12%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211819800.920.100.13306.884.9446.86
HexDD12C605CAD133552f
Octal335223060134121546312557
Binary11011101100101100011001011100101011011001100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD12C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD12C6; }

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

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

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

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

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

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

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

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