#D01C87

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

Shades of Medium Violet Red #D01C87

Tints of Medium Violet Red #D01C87

Color information

#D01C87 (or 0xD01C87) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1C and 87. RGB value is (208,28,135). Sum of RGB (Red+Green+Blue) = 208+28+135=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C87 is #2FE378. Grayscale: #5D5D5D. Windows color (decimal): -3138425 or 8854736. OLE color: 8854736.

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

Color convert

RGB20828135-
CMYK00.870.350.18
HSL324.33º76.27%46.27%-
HSV(B)324.33º86.54%81.57%-
XYZ30.815.9924.38-
YUV94.02151.13209.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.06%
GREEN value IS 28 (11.33% from 255) = 7.55%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=56.06%
G=7.55%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082813500.870.350.18324.3376.2746.27
HexD01C8705723121444c2e
Octal320342070127432250411456
Binary11010000111001000011101010111100011100101010001001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01C87; }

 p { color: rgb(208,28,135); }

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

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

 a { background-color: rgb(208,28,135); }

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

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

 span { border-color: rgb(208,28,135); }

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