#D00171

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

Shades of Medium Violet Red #D00171

Tints of Medium Violet Red #D00171

Color information

#D00171 (or 0xD00171) is unknown color: approx Medium Violet Red. HEX triplet: D0, 01 and 71. RGB value is (208,1,113). Sum of RGB (Red+Green+Blue) = 208+1+113=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D00171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00171 is #2FFE8E. Grayscale: #4B4B4B. Windows color (decimal): -3145359 or 7406032. OLE color: 7406032.

HSL color Cylindrical-coordinate representation of color #D00171: hue angle of 327.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00171 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB2081113-
CMYK01.000.460.18
HSL327.54º99.04%40.98%-
HSV(B)327.54º99.52%81.57%-
XYZ2914.6216.92-
YUV75.66149.08222.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 64.60%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=64.60%
G=0.31%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208111301.000.460.18327.5499.0440.98
HexD01710642E121486329
Octal32011610144562251014351
Binary110100001111000101100100101110100101010010001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00171; }

 p { color: rgb(208,1,113); }

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

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

 a { background-color: rgb(208,1,113); }

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

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

 span { border-color: rgb(208,1,113); }

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