#D1029C

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

Shades of Medium Violet Red #D1029C

Tints of Medium Violet Red #D1029C

Color information

#D1029C (or 0xD1029C) is unknown color: approx Medium Violet Red. HEX triplet: D1, 02 and 9C. RGB value is (209,2,156). Sum of RGB (Red+Green+Blue) = 209+2+156=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1029C is #2EFD63. Grayscale: #515151. Windows color (decimal): -3079524 or 10224337. OLE color: 10224337.

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

Color convert

RGB2092156-
CMYK00.990.250.18
HSL315.36º98.1%41.37%-
HSV(B)315.36º99.04%81.96%-
XYZ32.321632.84-
YUV81.45170.08218.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.95%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=56.95%
G=0.54%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209215600.990.250.18315.3698.141.37
HexD129C063191213b6229
Octal32122340143312247314251
Binary1101000110100111000110001111001100101001110111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1029C; }

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

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

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

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

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

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

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

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