#D7087A

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

Shades of Medium Violet Red #D7087A

Tints of Medium Violet Red #D7087A

Color information

#D7087A (or 0xD7087A) is unknown color: approx Medium Violet Red. HEX triplet: D7, 08 and 7A. RGB value is (215,8,122). Sum of RGB (Red+Green+Blue) = 215+8+122=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7087A is #28F785. Grayscale: #525252. Windows color (decimal): -2684806 or 7997655. OLE color: 7997655.

HSL color Cylindrical-coordinate representation of color #D7087A: hue angle of 326.96º 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 #D7087A is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB2158122-
CMYK00.960.430.16
HSL326.96º92.83%43.73%-
HSV(B)326.96º96.28%84.31%-
XYZ31.6216.0319.84-
YUV82.89150.08222.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.32%
GREEN value IS 8 (3.52% from 255) = 2.32%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=62.32%
G=2.32%
B=35.36%

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
Decimal215812200.960.430.16326.9692.8343.73
HexD787A0602B101475d2c
Octal327101720140532050713554
Binary110101111000111101001100000101011100001010001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7087A; }

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

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

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

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

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

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

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

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