#D70E84

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

Shades of Medium Violet Red #D70E84

Tints of Medium Violet Red #D70E84

Color information

#D70E84 (or 0xD70E84) is unknown color: approx Medium Violet Red. HEX triplet: D7, 0E and 84. RGB value is (215,14,132). Sum of RGB (Red+Green+Blue) = 215+14+132=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E84 is #28F17B. Grayscale: #575757. Windows color (decimal): -2683260 or 8654551. OLE color: 8654551.

HSL color Cylindrical-coordinate representation of color #D70E84: hue angle of 324.78º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70E84 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB21514132-
CMYK00.930.390.16
HSL324.78º87.77%44.9%-
HSV(B)324.78º93.49%84.31%-
XYZ32.3516.4323.3-
YUV87.55153.09218.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.56%
GREEN value IS 14 (5.86% from 255) = 3.88%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=59.56%
G=3.88%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151413200.930.390.16324.7887.7744.9
HexD7E8405D2710145582d
Octal327162040135472050513055
Binary1101011111101000010001011101100111100001010001011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70E84; }

 p { color: rgb(215,14,132); }

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

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

 a { background-color: rgb(215,14,132); }

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

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

 span { border-color: rgb(215,14,132); }

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