#D01D86

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

Shades of Medium Violet Red #D01D86

Tints of Medium Violet Red #D01D86

Color information

#D01D86 (or 0xD01D86) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1D and 86. RGB value is (208,29,134). Sum of RGB (Red+Green+Blue) = 208+29+134=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D86 is #2FE279. Grayscale: #5E5E5E. Windows color (decimal): -3138170 or 8789456. OLE color: 8789456.

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

Color convert

RGB20829134-
CMYK00.860.360.18
HSL324.8º75.53%46.47%-
HSV(B)324.8º86.06%81.57%-
XYZ30.7516.0124.02-
YUV94.49150.3208.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.06%
GREEN value IS 29 (11.72% from 255) = 7.82%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=56.06%
G=7.82%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082913400.860.360.18324.875.5346.47
HexD01D8605624121454c2e
Octal320352060126442250511456
Binary11010000111011000011001010110100100100101010001011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D86; }

 p { color: rgb(208,29,134); }

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

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

 a { background-color: rgb(208,29,134); }

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

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

 span { border-color: rgb(208,29,134); }

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