#dd0fd3

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

Shades of Deep Magenta #DD0FD3

Tints of Deep Magenta #DD0FD3

Color information

#DD0FD3 (or 0xDD0FD3) is unknown color: approx Deep Magenta. HEX triplet: DD, 0F and D3. RGB value is (221,15,211). Sum of RGB (Red+Green+Blue) = 221+15+211=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FD3 is #22F02C. Grayscale: #626262. Windows color (decimal): -2289709 or 13832157. OLE color: 13832157.

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

Color convert

RGB22115211-
CMYK00.930.050.13
HSL302.91º87.29%46.27%-
HSV(B)302.91º93.21%86.67%-
XYZ41.7520.4263.37-
YUV98.94191.25215.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 15 (6.25% from 255) = 3.36%
BLUE value IS 211 (82.81% from 255) = 47.20%
R=49.44%
G=3.36%
B=47.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211521100.930.050.13302.9187.2946.27
HexDDFD305D5D12f572e
Octal33517323013551545712756
Binary110111011111110100110101110110111011001011111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd0fd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd0fd3; }

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

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

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

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

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

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

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

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