#D7087B

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

Shades of Medium Violet Red #D7087B

Tints of Medium Violet Red #D7087B

Color information

#D7087B (or 0xD7087B) is unknown color: approx Medium Violet Red. HEX triplet: D7, 08 and 7B. RGB value is (215,8,123). Sum of RGB (Red+Green+Blue) = 215+8+123=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7087B is #28F784. Grayscale: #525252. Windows color (decimal): -2684805 or 8063191. OLE color: 8063191.

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

Color convert

RGB2158123-
CMYK00.960.430.16
HSL326.67º92.83%43.73%-
HSV(B)326.67º96.28%84.31%-
XYZ31.6916.0520.17-
YUV83150.58222.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.14%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=62.14%
G=2.31%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215812300.960.430.16326.6792.8343.73
HexD787B0602B101475d2c
Octal327101730140532050713554
Binary110101111000111101101100000101011100001010001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7087B; }

 p { color: rgb(215,8,123); }

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

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

 a { background-color: rgb(215,8,123); }

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

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

 span { border-color: rgb(215,8,123); }

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