#D1029F

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

Shades of Medium Violet Red #D1029F

Tints of Medium Violet Red #D1029F

Color information

#D1029F (or 0xD1029F) is unknown color: approx Medium Violet Red. HEX triplet: D1, 02 and 9F. RGB value is (209,2,159). Sum of RGB (Red+Green+Blue) = 209+2+159=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1029F is #2EFD60. Grayscale: #515151. Windows color (decimal): -3079521 or 10420945. OLE color: 10420945.

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

Color convert

RGB2092159-
CMYK00.990.240.18
HSL314.49º98.1%41.37%-
HSV(B)314.49º99.04%81.96%-
XYZ32.5716.134.19-
YUV81.79171.58218.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.49%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=56.49%
G=0.54%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209215900.990.240.18314.4998.141.37
HexD129F063181213a6229
Octal32122370143302247214251
Binary1101000110100111110110001111000100101001110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1029F; }

 p { color: rgb(209,2,159); }

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

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

 a { background-color: rgb(209,2,159); }

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

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

 span { border-color: rgb(209,2,159); }

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