#DD0CD2

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

Shades of Deep Magenta #DD0CD2

Tints of Deep Magenta #DD0CD2

Color information

#DD0CD2 (or 0xDD0CD2) is unknown color: approx Deep Magenta. HEX triplet: DD, 0C and D2. RGB value is (221,12,210). Sum of RGB (Red+Green+Blue) = 221+12+210=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CD2 is #22F32D. Grayscale: #606060. Windows color (decimal): -2290478 or 13765853. OLE color: 13765853.

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

Color convert

RGB22112210-
CMYK00.950.050.13
HSL303.16º89.7%45.69%-
HSV(B)303.16º94.57%86.67%-
XYZ41.5820.2962.7-
YUV97.06191.74216.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 12 (5.08% from 255) = 2.71%
BLUE value IS 210 (82.42% from 255) = 47.40%
R=49.89%
G=2.71%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211221000.950.050.13303.1689.745.69
HexDDCD205F5D12f5a2e
Octal33514322013751545713256
Binary110111011100110100100101111110111011001011111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0CD2; }

 p { color: rgb(221,12,210); }

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

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

 a { background-color: rgb(221,12,210); }

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

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

 span { border-color: rgb(221,12,210); }

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