#DB0E8B

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

Shades of Medium Violet Red #DB0E8B

Tints of Medium Violet Red #DB0E8B

Color information

#DB0E8B (or 0xDB0E8B) is unknown color: approx Medium Violet Red. HEX triplet: DB, 0E and 8B. RGB value is (219,14,139). Sum of RGB (Red+Green+Blue) = 219+14+139=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0E8B is #24F174. Grayscale: #595959. Windows color (decimal): -2421109 or 9113307. OLE color: 9113307.

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

Color convert

RGB21914139-
CMYK00.940.370.14
HSL323.41º87.98%45.69%-
HSV(B)323.41º93.61%85.88%-
XYZ34.0317.2425.96-
YUV89.54155.92220.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.87%
GREEN value IS 14 (5.86% from 255) = 3.76%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=58.87%
G=3.76%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191413900.940.370.14323.4187.9845.69
HexDBE8B05E25E143582e
Octal333162130136451650313056
Binary110110111110100010110101111010010111101010000111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0E8B; }

 p { color: rgb(219,14,139); }

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

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

 a { background-color: rgb(219,14,139); }

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

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

 span { border-color: rgb(219,14,139); }

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