#D3078E

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

Shades of Medium Violet Red #D3078E

Tints of Medium Violet Red #D3078E

Color information

#D3078E (or 0xD3078E) is unknown color: approx Medium Violet Red. HEX triplet: D3, 07 and 8E. RGB value is (211,7,142). Sum of RGB (Red+Green+Blue) = 211+7+142=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D3078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3078E is #2CF871. Grayscale: #535353. Windows color (decimal): -2947186 or 9308115. OLE color: 9308115.

HSL color Cylindrical-coordinate representation of color #D3078E: hue angle of 320.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3078E is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB2117142-
CMYK00.970.330.17
HSL320.29º93.58%42.75%-
HSV(B)320.29º96.68%82.75%-
XYZ31.8215.9526.99-
YUV83.39161.09219.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.61%
GREEN value IS 7 (3.12% from 255) = 1.94%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=58.61%
G=1.94%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211714200.970.330.17320.2993.5842.75
HexD378E06121111405e2b
Octal32372160141412150013653
Binary110100111111000111001100001100001100011010000001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3078E; }

 p { color: rgb(211,7,142); }

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

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

 a { background-color: rgb(211,7,142); }

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

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

 span { border-color: rgb(211,7,142); }

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