#DD0AD7

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

Shades of Deep Magenta #DD0AD7

Tints of Deep Magenta #DD0AD7

Color information

#DD0AD7 (or 0xDD0AD7) is unknown color: approx Deep Magenta. HEX triplet: DD, 0A and D7. RGB value is (221,10,215). Sum of RGB (Red+Green+Blue) = 221+10+215=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0AD7 is #22F528. Grayscale: #5F5F5F. Windows color (decimal): -2290985 or 14093021. OLE color: 14093021.

HSL color Cylindrical-coordinate representation of color #DD0AD7: hue angle of 301.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0AD7 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22110215-
CMYK00.950.030.13
HSL301.71º91.34%45.29%-
HSV(B)301.71º95.48%86.67%-
XYZ42.1920.566.02-
YUV96.46194.9216.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 10 (4.30% from 255) = 2.24%
BLUE value IS 215 (84.38% from 255) = 48.21%
R=49.55%
G=2.24%
B=48.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211021500.950.030.13301.7191.3445.29
HexDDAD705F3D12e5b2d
Octal33512327013731545613355
Binary11011101101011010111010111111111011001011101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0AD7; }

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

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

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

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

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

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

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

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