#D7088A

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

Shades of Medium Violet Red #D7088A

Tints of Medium Violet Red #D7088A

Color information

#D7088A (or 0xD7088A) is unknown color: approx Medium Violet Red. HEX triplet: D7, 08 and 8A. RGB value is (215,8,138). Sum of RGB (Red+Green+Blue) = 215+8+138=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7088A is #28F775. Grayscale: #545454. Windows color (decimal): -2684790 or 9046231. OLE color: 9046231.

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

Color convert

RGB2158138-
CMYK00.960.360.16
HSL322.32º92.83%43.73%-
HSV(B)322.32º96.28%84.31%-
XYZ32.716.4625.5-
YUV84.71158.08220.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.56%
GREEN value IS 8 (3.52% from 255) = 2.22%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=59.56%
G=2.22%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215813800.960.360.16322.3292.8343.73
HexD788A06024101425d2c
Octal327102120140442050213554
Binary1101011110001000101001100000100100100001010000101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7088A; }

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

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

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

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

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

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

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

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