#DD11D1

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

Shades of Deep Magenta #DD11D1

Tints of Deep Magenta #DD11D1

Color information

#DD11D1 (or 0xDD11D1) is unknown color: approx Deep Magenta. HEX triplet: DD, 11 and D1. RGB value is (221,17,209). Sum of RGB (Red+Green+Blue) = 221+17+209=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11D1 is #22EE2E. Grayscale: #636363. Windows color (decimal): -2289199 or 13701597. OLE color: 13701597.

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

Color convert

RGB22117209-
CMYK00.920.050.13
HSL303.53º85.71%46.67%-
HSV(B)303.53º92.31%86.67%-
XYZ41.5320.3862.07-
YUV99.88189.59214.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 17 (7.03% from 255) = 3.80%
BLUE value IS 209 (82.03% from 255) = 46.76%
R=49.44%
G=3.80%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211720900.920.050.13303.5385.7146.67
HexDD11D105C5D130562f
Octal33521321013451546012657
Binary1101110110001110100010101110010111011001100001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD11D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD11D1; }

 p { color: rgb(221,17,209); }

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

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

 a { background-color: rgb(221,17,209); }

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

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

 span { border-color: rgb(221,17,209); }

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