#D1029B

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

Shades of Medium Violet Red #D1029B

Tints of Medium Violet Red #D1029B

Color information

#D1029B (or 0xD1029B) is unknown color: approx Medium Violet Red. HEX triplet: D1, 02 and 9B. RGB value is (209,2,155). Sum of RGB (Red+Green+Blue) = 209+2+155=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1029B is #2EFD64. Grayscale: #505050. Windows color (decimal): -3079525 or 10158801. OLE color: 10158801.

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

Color convert

RGB2092155-
CMYK00.990.260.18
HSL315.65º98.1%41.37%-
HSV(B)315.65º99.04%81.96%-
XYZ32.2315.9732.39-
YUV81.34169.58219.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.10%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=57.10%
G=0.55%
B=42.35%

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
Decimal209215500.990.260.18315.6598.141.37
HexD129B0631A1213c6229
Octal32122330143322247414251
Binary1101000110100110110110001111010100101001111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1029B; }

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

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

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

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

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

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

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

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