#DD0DCC

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

Shades of Deep Magenta #DD0DCC

Tints of Deep Magenta #DD0DCC

Color information

#DD0DCC (or 0xDD0DCC) is unknown color: approx Deep Magenta. HEX triplet: DD, 0D and CC. RGB value is (221,13,204). Sum of RGB (Red+Green+Blue) = 221+13+204=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DCC is #22F233. Grayscale: #606060. Windows color (decimal): -2290228 or 13372893. OLE color: 13372893.

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

Color convert

RGB22113204-
CMYK00.940.080.13
HSL304.9º88.89%45.88%-
HSV(B)304.9º94.12%86.67%-
XYZ40.8620.0258.84-
YUV96.97188.41216.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.46%
GREEN value IS 13 (5.47% from 255) = 2.97%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=50.46%
G=2.97%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211320400.940.080.13304.988.8945.88
HexDDDCC05E8D131592e
Octal335153140136101546113156
Binary1101110111011100110001011110100011011001100011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0DCC; }

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

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

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

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

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

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

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

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