#DB1085

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

Shades of Medium Violet Red #DB1085

Tints of Medium Violet Red #DB1085

Color information

#DB1085 (or 0xDB1085) is unknown color: approx Medium Violet Red. HEX triplet: DB, 10 and 85. RGB value is (219,16,133). Sum of RGB (Red+Green+Blue) = 219+16+133=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1085 is #24EF7A. Grayscale: #595959. Windows color (decimal): -2420603 or 8720603. OLE color: 8720603.

HSL color Cylindrical-coordinate representation of color #DB1085: hue angle of 325.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1085 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB21916133-
CMYK00.930.390.14
HSL325.42º86.38%46.08%-
HSV(B)325.42º92.69%85.88%-
XYZ33.6317.1223.72-
YUV90.04152.25219.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.51%
GREEN value IS 16 (6.64% from 255) = 4.35%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=59.51%
G=4.35%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191613300.930.390.14325.4286.3846.08
HexDB108505D27E145562e
Octal333202050135471650512656
Binary1101101110000100001010101110110011111101010001011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1085; }

 p { color: rgb(219,16,133); }

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

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

 a { background-color: rgb(219,16,133); }

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

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

 span { border-color: rgb(219,16,133); }

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