#DD03DC

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

Shades of Deep Magenta #DD03DC

Tints of Deep Magenta #DD03DC

Color information

#DD03DC (or 0xDD03DC) is unknown color: approx Deep Magenta. HEX triplet: DD, 03 and DC. RGB value is (221,3,220). Sum of RGB (Red+Green+Blue) = 221+3+220=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03DC is #22FC23. Grayscale: #5C5C5C. Windows color (decimal): -2292772 or 14418909. OLE color: 14418909.

HSL color Cylindrical-coordinate representation of color #DD03DC: hue angle of 300.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03DC is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB2213220-
CMYK00.990.000.13
HSL300.28º97.32%43.92%-
HSV(B)300.28º98.64%86.67%-
XYZ42.7720.669.43-
YUV92.92199.72219.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 3 (1.56% from 255) = 0.68%
BLUE value IS 220 (86.33% from 255) = 49.55%
R=49.77%
G=0.68%
B=49.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221322000.990.000.13300.2897.3243.92
HexDD3DC0630D12c612c
Octal3353334014301545414154
Binary11011101111101110001100011011011001011001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD03DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD03DC; }

 p { color: rgb(221,3,220); }

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

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

 a { background-color: rgb(221,3,220); }

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

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

 span { border-color: rgb(221,3,220); }

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