#DD1984

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

Shades of Medium Violet Red #DD1984

Tints of Medium Violet Red #DD1984

Color information

#DD1984 (or 0xDD1984) is unknown color: approx Medium Violet Red. HEX triplet: DD, 19 and 84. RGB value is (221,25,132). Sum of RGB (Red+Green+Blue) = 221+25+132=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1984 is #22E67B. Grayscale: #5F5F5F. Windows color (decimal): -2287228 or 8657373. OLE color: 8657373.

HSL color Cylindrical-coordinate representation of color #DD1984: hue angle of 327.24º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1984 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB22125132-
CMYK00.890.400.13
HSL327.24º79.67%48.24%-
HSV(B)327.24º88.69%86.67%-
XYZ34.3317.7323.44-
YUV95.8148.43217.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 25 (10.16% from 255) = 6.61%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=58.47%
G=6.61%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212513200.890.400.13327.2479.6748.24
HexDD198405928D1475030
Octal335312040131501550712060
Binary1101110111001100001000101100110100011011010001111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1984; }

 p { color: rgb(221,25,132); }

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

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

 a { background-color: rgb(221,25,132); }

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

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

 span { border-color: rgb(221,25,132); }

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