#DD1399

Color #DD1399 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DD1399

Tints of Medium Violet Red #DD1399

Color information

#DD1399 (or 0xDD1399) is unknown color: approx Medium Violet Red. HEX triplet: DD, 13 and 99. RGB value is (221,19,153). Sum of RGB (Red+Green+Blue) = 221+19+153=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1399 is #22EC66. Grayscale: #5E5E5E. Windows color (decimal): -2288743 or 10032093. OLE color: 10032093.

HSL color Cylindrical-coordinate representation of color #DD1399: hue angle of 320.2º 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 #DD1399 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB22119153-
CMYK00.910.310.13
HSL320.2º84.17%47.06%-
HSV(B)320.2º91.4%86.67%-
XYZ35.818.1431.75-
YUV94.67160.92218.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 19 (7.81% from 255) = 4.83%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=56.23%
G=4.83%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211915300.910.310.13320.284.1747.06
HexDD139905B1FD140542f
Octal335232310133371550012457
Binary110111011001110011001010110111111111011010000001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1399; }

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

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

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

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

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

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

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

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