#dd1ecf

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

Shades of Deep Magenta #DD1ECF

Tints of Deep Magenta #DD1ECF

Color information

#DD1ECF (or 0xDD1ECF) is unknown color: approx Deep Magenta. HEX triplet: DD, 1E and CF. RGB value is (221,30,207). Sum of RGB (Red+Green+Blue) = 221+30+207=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ECF is #22E130. Grayscale: #6A6A6A. Windows color (decimal): -2285873 or 13573853. OLE color: 13573853.

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

Color convert

RGB22130207-
CMYK00.860.060.13
HSL304.4º76.1%49.22%-
HSV(B)304.4º86.43%86.67%-
XYZ41.5520.8160.86-
YUV107.29184.28209.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 30 (12.11% from 255) = 6.55%
BLUE value IS 207 (81.25% from 255) = 45.20%
R=48.25%
G=6.55%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213020700.860.060.13304.476.149.22
HexDD1ECF0566D1304c31
Octal33536317012661546011461
Binary1101110111110110011110101011011011011001100001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd1ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd1ecf; }

 p { color: rgb(221,30,207); }

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

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

 a { background-color: rgb(221,30,207); }

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

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

 span { border-color: rgb(221,30,207); }

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