#D80F8B

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

Shades of Medium Violet Red #D80F8B

Tints of Medium Violet Red #D80F8B

Color information

#D80F8B (or 0xD80F8B) is unknown color: approx Medium Violet Red. HEX triplet: D8, 0F and 8B. RGB value is (216,15,139). Sum of RGB (Red+Green+Blue) = 216+15+139=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F8B is #27F074. Grayscale: #585858. Windows color (decimal): -2617461 or 9113560. OLE color: 9113560.

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

Color convert

RGB21615139-
CMYK00.930.360.15
HSL322.99º87.01%45.29%-
HSV(B)322.99º93.06%84.71%-
XYZ33.1516.825.92-
YUV89.24156.09218.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.38%
GREEN value IS 15 (6.25% from 255) = 4.05%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=58.38%
G=4.05%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161513900.930.360.15322.9987.0145.29
HexD8F8B05D24F143572d
Octal330172130135441750312755
Binary110110001111100010110101110110010011111010000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80F8B; }

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

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

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

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

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

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

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

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