#DD13C3

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

Shades of Deep Magenta #DD13C3

Tints of Deep Magenta #DD13C3

Color information

#DD13C3 (or 0xDD13C3) is unknown color: approx Deep Magenta. HEX triplet: DD, 13 and C3. RGB value is (221,19,195). Sum of RGB (Red+Green+Blue) = 221+19+195=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13C3 is #22EC3C. Grayscale: #626262. Windows color (decimal): -2288701 or 12784605. OLE color: 12784605.

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

Color convert

RGB22119195-
CMYK00.910.120.13
HSL307.72º84.17%47.06%-
HSV(B)307.72º91.4%86.67%-
XYZ39.919.7853.34-
YUV99.46181.92214.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 19 (7.81% from 255) = 4.37%
BLUE value IS 195 (76.56% from 255) = 44.83%
R=50.80%
G=4.37%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211919500.910.120.13307.7284.1747.06
HexDD13C305BCD134542f
Octal335233030133141546412457
Binary11011101100111100001101011011110011011001101001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD13C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD13C3; }

 p { color: rgb(221,19,195); }

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

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

 a { background-color: rgb(221,19,195); }

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

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

 span { border-color: rgb(221,19,195); }

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