#D80884

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

Shades of Medium Violet Red #D80884

Tints of Medium Violet Red #D80884

Color information

#D80884 (or 0xD80884) is unknown color: approx Medium Violet Red. HEX triplet: D8, 08 and 84. RGB value is (216,8,132). Sum of RGB (Red+Green+Blue) = 216+8+132=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D80884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80884 is #27F77B. Grayscale: #545454. Windows color (decimal): -2619260 or 8653016. OLE color: 8653016.

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

Color convert

RGB2168132-
CMYK00.960.390.15
HSL324.23º92.86%43.92%-
HSV(B)324.23º96.3%84.71%-
XYZ32.5716.4423.29-
YUV84.33154.91221.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.67%
GREEN value IS 8 (3.52% from 255) = 2.25%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=60.67%
G=2.25%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216813200.960.390.15324.2392.8643.92
HexD888406027F1445d2c
Octal330102040140471750413554
Binary110110001000100001000110000010011111111010001001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80884; }

 p { color: rgb(216,8,132); }

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

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

 a { background-color: rgb(216,8,132); }

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

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

 span { border-color: rgb(216,8,132); }

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