#D80F9E

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

Shades of Medium Violet Red #D80F9E

Tints of Medium Violet Red #D80F9E

Color information

#D80F9E (or 0xD80F9E) is unknown color: approx Medium Violet Red. HEX triplet: D8, 0F and 9E. RGB value is (216,15,158). Sum of RGB (Red+Green+Blue) = 216+15+158=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F9E is #27F061. Grayscale: #5B5B5B. Windows color (decimal): -2617442 or 10358744. OLE color: 10358744.

HSL color Cylindrical-coordinate representation of color #D80F9E: hue angle of 317.31º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F9E is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB21615158-
CMYK00.930.270.15
HSL317.31º87.01%45.29%-
HSV(B)317.31º93.06%84.71%-
XYZ34.6617.4133.88-
YUV91.4165.59216.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.53%
GREEN value IS 15 (6.25% from 255) = 3.86%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=55.53%
G=3.86%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161515800.930.270.15317.3187.0145.29
HexD8F9E05D1BF13d572d
Octal330172360135331747512755
Binary11011000111110011110010111011101111111001111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80F9E; }

 p { color: rgb(216,15,158); }

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

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

 a { background-color: rgb(216,15,158); }

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

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

 span { border-color: rgb(216,15,158); }

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