#DD04DC

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

Shades of Deep Magenta #DD04DC

Tints of Deep Magenta #DD04DC

Color information

#DD04DC (or 0xDD04DC) is unknown color: approx Deep Magenta. HEX triplet: DD, 04 and DC. RGB value is (221,4,220). Sum of RGB (Red+Green+Blue) = 221+4+220=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04DC is #22FB23. Grayscale: #5C5C5C. Windows color (decimal): -2292516 or 14419165. OLE color: 14419165.

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

Color convert

RGB2214220-
CMYK00.980.000.13
HSL300.28º96.44%44.12%-
HSV(B)300.28º98.19%86.67%-
XYZ42.7820.6369.44-
YUV93.51199.39218.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.66%
GREEN value IS 4 (1.95% from 255) = 0.90%
BLUE value IS 220 (86.33% from 255) = 49.44%
R=49.66%
G=0.90%
B=49.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221422000.980.000.13300.2896.4444.12
HexDD4DC0620D12c602c
Octal3354334014201545414054
Binary110111011001101110001100010011011001011001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD04DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD04DC; }

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

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

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

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

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

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

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

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