#D1029A

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

Shades of Medium Violet Red #D1029A

Tints of Medium Violet Red #D1029A

Color information

#D1029A (or 0xD1029A) is unknown color: approx Medium Violet Red. HEX triplet: D1, 02 and 9A. RGB value is (209,2,154). Sum of RGB (Red+Green+Blue) = 209+2+154=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1029A is #2EFD65. Grayscale: #505050. Windows color (decimal): -3079526 or 10093265. OLE color: 10093265.

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

Color convert

RGB2092154-
CMYK00.990.260.18
HSL315.94º98.1%41.37%-
HSV(B)315.94º99.04%81.96%-
XYZ32.1515.9331.95-
YUV81.22169.08219.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=57.26%
G=0.55%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209215400.990.260.18315.9498.141.37
HexD129A0631A1213c6229
Octal32122320143322247414251
Binary1101000110100110100110001111010100101001111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1029A; }

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

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

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

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

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

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

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

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