#D7017B

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

Shades of Medium Violet Red #D7017B

Tints of Medium Violet Red #D7017B

Color information

#D7017B (or 0xD7017B) is unknown color: approx Medium Violet Red. HEX triplet: D7, 01 and 7B. RGB value is (215,1,123). Sum of RGB (Red+Green+Blue) = 215+1+123=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7017B is #28FE84. Grayscale: #4E4E4E. Windows color (decimal): -2686597 or 8061399. OLE color: 8061399.

HSL color Cylindrical-coordinate representation of color #D7017B: hue angle of 325.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7017B is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB2151123-
CMYK01.000.430.16
HSL325.79º99.07%42.35%-
HSV(B)325.79º99.53%84.31%-
XYZ31.6115.920.14-
YUV78.89152.9225.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.42%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=63.42%
G=0.29%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215112301.000.430.16325.7999.0742.35
HexD717B0642B10146632a
Octal32711730144532050614352
Binary110101111111101101100100101011100001010001101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7017B; }

 p { color: rgb(215,1,123); }

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

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

 a { background-color: rgb(215,1,123); }

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

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

 span { border-color: rgb(215,1,123); }

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