#d80f76

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

Shades of Medium Violet Red #D80F76

Tints of Medium Violet Red #D80F76

Color information

#D80F76 (or 0xD80F76) is unknown color: approx Medium Violet Red. HEX triplet: D8, 0F and 76. RGB value is (216,15,118). Sum of RGB (Red+Green+Blue) = 216+15+118=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F76 is #27F089. Grayscale: #565656. Windows color (decimal): -2617482 or 7737304. OLE color: 7737304.

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

Color convert

RGB21615118-
CMYK00.930.450.15
HSL329.25º87.01%45.29%-
HSV(B)329.25º93.06%84.71%-
XYZ31.7616.2518.6-
YUV86.84145.59220.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.89%
GREEN value IS 15 (6.25% from 255) = 4.30%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=61.89%
G=4.30%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161511800.930.450.15329.2587.0145.29
HexD8F7605D2DF149572d
Octal330171660135551751112755
Binary11011000111111101100101110110110111111010010011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d80f76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d80f76; }

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

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

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

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

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

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

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

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