#DD0FE0

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

Shades of Deep Magenta #DD0FE0

Tints of Deep Magenta #DD0FE0

Color information

#DD0FE0 (or 0xDD0FE0) is unknown color: approx Deep Magenta. HEX triplet: DD, 0F and E0. RGB value is (221,15,224). Sum of RGB (Red+Green+Blue) = 221+15+224=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD0FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FE0 is #22F01F. Grayscale: #636363. Windows color (decimal): -2289696 or 14684125. OLE color: 14684125.

HSL color Cylindrical-coordinate representation of color #DD0FE0: hue angle of 299.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0FE0 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22115224-
CMYK0.010.9300.12
HSL299.14º87.45%46.86%-
HSV(B)299.14º93.3%87.84%-
XYZ43.4421.172.3-
YUV100.42197.75214.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 15 (6.25% from 255) = 3.26%
BLUE value IS 224 (87.89% from 255) = 48.70%
R=48.04%
G=3.26%
B=48.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221152240.010.9300.12299.1487.4546.86
HexDDFE015D0C12b572f
Octal33517340113501445312757
Binary1101110111111110000011011101011001001010111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0FE0; }

 p { color: rgb(221,15,224); }

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

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

 a { background-color: rgb(221,15,224); }

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

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

 span { border-color: rgb(221,15,224); }

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