#D20D86

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

Shades of Medium Violet Red #D20D86

Tints of Medium Violet Red #D20D86

Color information

#D20D86 (or 0xD20D86) is unknown color: approx Medium Violet Red. HEX triplet: D2, 0D and 86. RGB value is (210,13,134). Sum of RGB (Red+Green+Blue) = 210+13+134=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20D86 is #2DF279. Grayscale: #555555. Windows color (decimal): -3011194 or 8785362. OLE color: 8785362.

HSL color Cylindrical-coordinate representation of color #D20D86: hue angle of 323.15º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D86 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB21013134-
CMYK00.940.360.18
HSL323.15º88.34%43.73%-
HSV(B)323.15º93.81%82.35%-
XYZ31.0315.7123.95-
YUV85.7155.27216.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.82%
GREEN value IS 13 (5.47% from 255) = 3.64%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=58.82%
G=3.64%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101313400.940.360.18323.1588.3443.73
HexD2D8605E2412143582c
Octal322152060136442250313054
Binary1101001011011000011001011110100100100101010000111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20D86; }

 p { color: rgb(210,13,134); }

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

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

 a { background-color: rgb(210,13,134); }

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

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

 span { border-color: rgb(210,13,134); }

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