#D8098C

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

Shades of Medium Violet Red #D8098C

Tints of Medium Violet Red #D8098C

Color information

#D8098C (or 0xD8098C) is unknown color: approx Medium Violet Red. HEX triplet: D8, 09 and 8C. RGB value is (216,9,140). Sum of RGB (Red+Green+Blue) = 216+9+140=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8098C is #27F673. Grayscale: #555555. Windows color (decimal): -2618996 or 9177560. OLE color: 9177560.

HSL color Cylindrical-coordinate representation of color #D8098C: hue angle of 322.03º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8098C is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB2169140-
CMYK00.960.350.15
HSL322.03º92%44.12%-
HSV(B)322.03º95.83%84.71%-
XYZ33.1516.6926.28-
YUV85.83158.58220.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.18%
GREEN value IS 9 (3.91% from 255) = 2.47%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=59.18%
G=2.47%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216914000.960.350.15322.039244.12
HexD898C06023F1425c2c
Octal330112140140431750213454
Binary110110001001100011000110000010001111111010000101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8098C; }

 p { color: rgb(216,9,140); }

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

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

 a { background-color: rgb(216,9,140); }

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

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

 span { border-color: rgb(216,9,140); }

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