#DB0189

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

Shades of Medium Violet Red #DB0189

Tints of Medium Violet Red #DB0189

Color information

#DB0189 (or 0xDB0189) is unknown color: approx Medium Violet Red. HEX triplet: DB, 01 and 89. RGB value is (219,1,137). Sum of RGB (Red+Green+Blue) = 219+1+137=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0189 is #24FE76. Grayscale: #515151. Windows color (decimal): -2424439 or 8978907. OLE color: 8978907.

HSL color Cylindrical-coordinate representation of color #DB0189: hue angle of 322.57º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0189 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB2191137-
CMYK01.000.370.14
HSL322.57º99.09%43.14%-
HSV(B)322.57º99.54%85.88%-
XYZ33.7416.8925.15-
YUV81.69159.22225.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 61.34%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=61.34%
G=0.28%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219113701.000.370.14322.5799.0943.14
HexDB18906425E143632b
Octal33312110144451650314353
Binary110110111100010010110010010010111101010000111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0189; }

 p { color: rgb(219,1,137); }

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

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

 a { background-color: rgb(219,1,137); }

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

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

 span { border-color: rgb(219,1,137); }

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