#d10073

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

Shades of Medium Violet Red #D10073

Tints of Medium Violet Red #D10073

Color information

#D10073 (or 0xD10073) is unknown color: approx Medium Violet Red. HEX triplet: D1, 00 and 73. RGB value is (209,0,115). Sum of RGB (Red+Green+Blue) = 209+0+115=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D10073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10073 is #2EFF8C. Grayscale: #4B4B4B. Windows color (decimal): -3080077 or 7536849. OLE color: 7536849.

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

Color convert

RGB2090115-
CMYK010.450.18
HSL326.99º100%40.98%-
HSV(B)326.99º100%81.96%-
XYZ29.3914.7917.53-
YUV75.6150.24223.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=64.51%
G=0%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2090115010.450.18326.9910040.98
HexD10730642D121476429
Octal32101630144552250714451
Binary110100010111001101100100101101100101010001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10073; }

 p { color: rgb(209,0,115); }

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

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

 a { background-color: rgb(209,0,115); }

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

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

 span { border-color: rgb(209,0,115); }

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