#DD0086

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

Shades of Medium Violet Red #DD0086

Tints of Medium Violet Red #DD0086

Color information

#DD0086 (or 0xDD0086) is unknown color: approx Medium Violet Red. HEX triplet: DD, 00 and 86. RGB value is (221,0,134). Sum of RGB (Red+Green+Blue) = 221+0+134=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0086 is #22FF79. Grayscale: #515151. Windows color (decimal): -2293626 or 8782045. OLE color: 8782045.

HSL color Cylindrical-coordinate representation of color #DD0086: hue angle of 323.62º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0086 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB2210134-
CMYK010.390.13
HSL323.62º100%43.33%-
HSV(B)323.62º100%86.67%-
XYZ34.1217.0924.06-
YUV81.35157.72227.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=62.25%
G=0%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210134010.390.13323.6210043.33
HexDD08606427D144642b
Octal33502060144471550414453
Binary110111010100001100110010010011111011010001001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0086; }

 p { color: rgb(221,0,134); }

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

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

 a { background-color: rgb(221,0,134); }

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

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

 span { border-color: rgb(221,0,134); }

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