#D70278

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

Shades of Medium Violet Red #D70278

Tints of Medium Violet Red #D70278

Color information

#D70278 (or 0xD70278) is unknown color: approx Medium Violet Red. HEX triplet: D7, 02 and 78. RGB value is (215,2,120). Sum of RGB (Red+Green+Blue) = 215+2+120=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D70278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70278 is #28FD87. Grayscale: #4E4E4E. Windows color (decimal): -2686344 or 7865047. OLE color: 7865047.

HSL color Cylindrical-coordinate representation of color #D70278: hue angle of 326.76º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70278 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB2152120-
CMYK00.990.440.16
HSL326.76º98.16%42.55%-
HSV(B)326.76º99.07%84.31%-
XYZ31.4415.8519.17-
YUV79.14151.07224.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.80%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=63.80%
G=0.59%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215212000.990.440.16326.7698.1642.55
HexD72780632C10147622b
Octal32721700143542050714253
Binary1101011110111100001100011101100100001010001111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70278; }

 p { color: rgb(215,2,120); }

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

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

 a { background-color: rgb(215,2,120); }

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

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

 span { border-color: rgb(215,2,120); }

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