#DB5197

Color #DB5197 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #DB5197

Tints of Mulberry #DB5197

Color information

#DB5197 (or 0xDB5197) is unknown color: approx Mulberry. HEX triplet: DB, 51 and 97. RGB value is (219,81,151). Sum of RGB (Red+Green+Blue) = 219+81+151=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5197 is #24AE68. Grayscale: #828282. Windows color (decimal): -2403945 or 9916891. OLE color: 9916891.

HSL color Cylindrical-coordinate representation of color #DB5197: hue angle of 329.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5197 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB21981151-
CMYK00.630.310.14
HSL329.57º65.71%58.82%-
HSV(B)329.57º63.01%85.88%-
XYZ37.7423.1831.76-
YUV130.24139.72191.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.56%
GREEN value IS 81 (32.03% from 255) = 17.96%
BLUE value IS 151 (59.38% from 255) = 33.48%
R=48.56%
G=17.96%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198115100.630.310.14329.5765.7158.82
HexDB519703F1FE14a423b
Octal333121227077371651210273
Binary1101101110100011001011101111111111111101010010101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5197; }

 p { color: rgb(219,81,151); }

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

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

 a { background-color: rgb(219,81,151); }

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

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

 span { border-color: rgb(219,81,151); }

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