#DD17D7

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

Shades of Deep Magenta #DD17D7

Tints of Deep Magenta #DD17D7

Color information

#DD17D7 (or 0xDD17D7) is unknown color: approx Deep Magenta. HEX triplet: DD, 17 and D7. RGB value is (221,23,215). Sum of RGB (Red+Green+Blue) = 221+23+215=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17D7 is #22E828. Grayscale: #676767. Windows color (decimal): -2287657 or 14096349. OLE color: 14096349.

HSL color Cylindrical-coordinate representation of color #DD17D7: hue angle of 301.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD17D7 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22123215-
CMYK00.900.030.13
HSL301.82º81.15%47.84%-
HSV(B)301.82º89.59%86.67%-
XYZ42.3920.8966.09-
YUV104.09190.6211.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 23 (9.38% from 255) = 5.01%
BLUE value IS 215 (84.38% from 255) = 46.84%
R=48.15%
G=5.01%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212321500.900.030.13301.8281.1547.84
HexDD17D705A3D12e5130
Octal33527327013231545612160
Binary110111011011111010111010110101111011001011101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD17D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD17D7; }

 p { color: rgb(221,23,215); }

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

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

 a { background-color: rgb(221,23,215); }

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

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

 span { border-color: rgb(221,23,215); }

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