#DB1787

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

Shades of Medium Violet Red #DB1787

Tints of Medium Violet Red #DB1787

Color information

#DB1787 (or 0xDB1787) is unknown color: approx Medium Violet Red. HEX triplet: DB, 17 and 87. RGB value is (219,23,135). Sum of RGB (Red+Green+Blue) = 219+23+135=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1787 is #24E878. Grayscale: #5E5E5E. Windows color (decimal): -2418809 or 8853467. OLE color: 8853467.

HSL color Cylindrical-coordinate representation of color #DB1787: hue angle of 325.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1787 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB21923135-
CMYK00.890.380.14
HSL325.71º80.99%47.45%-
HSV(B)325.71º89.5%85.88%-
XYZ33.8917.4224.5-
YUV94.37150.93216.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.09%
GREEN value IS 23 (9.38% from 255) = 6.10%
BLUE value IS 135 (53.12% from 255) = 35.81%
R=58.09%
G=6.10%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192313500.890.380.14325.7180.9947.45
HexDB178705926E146512f
Octal333272070131461650612157
Binary1101101110111100001110101100110011011101010001101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1787; }

 p { color: rgb(219,23,135); }

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

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

 a { background-color: rgb(219,23,135); }

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

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

 span { border-color: rgb(219,23,135); }

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