#DD1392

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

Shades of Medium Violet Red #DD1392

Tints of Medium Violet Red #DD1392

Color information

#DD1392 (or 0xDD1392) is unknown color: approx Medium Violet Red. HEX triplet: DD, 13 and 92. RGB value is (221,19,146). Sum of RGB (Red+Green+Blue) = 221+19+146=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1392 is #22EC6D. Grayscale: #5D5D5D. Windows color (decimal): -2288750 or 9573341. OLE color: 9573341.

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

Color convert

RGB22119146-
CMYK00.910.340.13
HSL322.28º84.17%47.06%-
HSV(B)322.28º91.4%86.67%-
XYZ35.2417.9128.79-
YUV93.88157.42218.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 19 (7.81% from 255) = 4.92%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=57.25%
G=4.92%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211914600.910.340.13322.2884.1747.06
HexDD139205B22D142542f
Octal335232220133421550212457
Binary1101110110011100100100101101110001011011010000101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1392; }

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

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

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

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

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

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

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

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