#dd11c4

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

Shades of Deep Magenta #DD11C4

Tints of Deep Magenta #DD11C4

Color information

#DD11C4 (or 0xDD11C4) is unknown color: approx Deep Magenta. HEX triplet: DD, 11 and C4. RGB value is (221,17,196). Sum of RGB (Red+Green+Blue) = 221+17+196=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11C4 is #22EE3B. Grayscale: #616161. Windows color (decimal): -2289212 or 12849629. OLE color: 12849629.

HSL color Cylindrical-coordinate representation of color #DD11C4: hue angle of 307.35º 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 #DD11C4 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB22117196-
CMYK00.920.110.13
HSL307.35º85.71%46.67%-
HSV(B)307.35º92.31%86.67%-
XYZ39.9819.7653.93-
YUV98.4183.09215.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.92%
GREEN value IS 17 (7.03% from 255) = 3.92%
BLUE value IS 196 (76.95% from 255) = 45.16%
R=50.92%
G=3.92%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211719600.920.110.13307.3585.7146.67
HexDD11C405CBD133562f
Octal335213040134131546312657
Binary11011101100011100010001011100101111011001100111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd11c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd11c4; }

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

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

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

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

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

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

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

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