#D2017F

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

Shades of Medium Violet Red #D2017F

Tints of Medium Violet Red #D2017F

Color information

#D2017F (or 0xD2017F) is unknown color: approx Medium Violet Red. HEX triplet: D2, 01 and 7F. RGB value is (210,1,127). Sum of RGB (Red+Green+Blue) = 210+1+127=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2017F is #2DFE80. Grayscale: #4D4D4D. Windows color (decimal): -3014273 or 8323538. OLE color: 8323538.

HSL color Cylindrical-coordinate representation of color #D2017F: hue angle of 323.83º 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 #D2017F is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB2101127-
CMYK01.000.400.18
HSL323.83º99.05%41.37%-
HSV(B)323.83º99.52%82.35%-
XYZ30.4215.2621.42-
YUV77.86155.74222.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.13%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 127 (50% from 255) = 37.57%
R=62.13%
G=0.30%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210112701.000.400.18323.8399.0541.37
HexD217F06428121446329
Octal32211770144502250414351
Binary110100101111111101100100101000100101010001001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2017F; }

 p { color: rgb(210,1,127); }

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

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

 a { background-color: rgb(210,1,127); }

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

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

 span { border-color: rgb(210,1,127); }

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