#DD12C7

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

Shades of Deep Magenta #DD12C7

Tints of Deep Magenta #DD12C7

Color information

#DD12C7 (or 0xDD12C7) is unknown color: approx Deep Magenta. HEX triplet: DD, 12 and C7. RGB value is (221,18,199). Sum of RGB (Red+Green+Blue) = 221+18+199=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12C7 is #22ED38. Grayscale: #626262. Windows color (decimal): -2288953 or 13046493. OLE color: 13046493.

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

Color convert

RGB22118199-
CMYK00.920.100.13
HSL306.5º84.94%46.86%-
HSV(B)306.5º91.86%86.67%-
XYZ40.3419.9355.75-
YUV99.33184.25214.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.46%
GREEN value IS 18 (7.42% from 255) = 4.11%
BLUE value IS 199 (78.12% from 255) = 45.43%
R=50.46%
G=4.11%
B=45.43%

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
Decimal2211819900.920.100.13306.584.9446.86
HexDD12C705CAD133552f
Octal335223070134121546312557
Binary11011101100101100011101011100101011011001100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD12C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD12C7; }

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

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

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

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

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

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

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

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