#DB4994

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

Shades of Mulberry #DB4994

Tints of Mulberry #DB4994

Color information

#DB4994 (or 0xDB4994) is unknown color: approx Mulberry. HEX triplet: DB, 49 and 94. RGB value is (219,73,148). Sum of RGB (Red+Green+Blue) = 219+73+148=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4994 is #24B66B. Grayscale: #7D7D7D. Windows color (decimal): -2405996 or 9718235. OLE color: 9718235.

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

Color convert

RGB21973148-
CMYK00.670.320.14
HSL329.18º66.97%57.25%-
HSV(B)329.18º66.67%85.88%-
XYZ36.9421.9630.31-
YUV125.2140.87194.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.77%
GREEN value IS 73 (28.91% from 255) = 16.59%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=49.77%
G=16.59%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197314800.670.320.14329.1866.9757.25
HexDB499404320E1494339
Octal3331112240103401651110371
Binary110110111001001100101000100001110000011101010010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4994; }

 p { color: rgb(219,73,148); }

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

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

 a { background-color: rgb(219,73,148); }

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

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

 span { border-color: rgb(219,73,148); }

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