#D9088F

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

Shades of Medium Violet Red #D9088F

Tints of Medium Violet Red #D9088F

Color information

#D9088F (or 0xD9088F) is unknown color: approx Medium Violet Red. HEX triplet: D9, 08 and 8F. RGB value is (217,8,143). Sum of RGB (Red+Green+Blue) = 217+8+143=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D9088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9088F is #26F770. Grayscale: #555555. Windows color (decimal): -2553713 or 9373913. OLE color: 9373913.

HSL color Cylindrical-coordinate representation of color #D9088F: hue angle of 321.24º degrees, saturation: 0.93, 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 #D9088F is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB2178143-
CMYK00.960.340.15
HSL321.24º92.89%44.12%-
HSV(B)321.24º96.31%85.1%-
XYZ33.6616.9127.48-
YUV85.88160.24221.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.97%
GREEN value IS 8 (3.52% from 255) = 2.17%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=58.97%
G=2.17%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217814300.960.340.15321.2492.8944.12
HexD988F06022F1415d2c
Octal331102170140421750113554
Binary110110011000100011110110000010001011111010000011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9088F; }

 p { color: rgb(217,8,143); }

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

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

 a { background-color: rgb(217,8,143); }

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

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

 span { border-color: rgb(217,8,143); }

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