#DB479E

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

Shades of Mulberry #DB479E

Tints of Mulberry #DB479E

Color information

#DB479E (or 0xDB479E) is unknown color: approx Mulberry. HEX triplet: DB, 47 and 9E. RGB value is (219,71,158). Sum of RGB (Red+Green+Blue) = 219+71+158=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB479E is #24B861. Grayscale: #7C7C7C. Windows color (decimal): -2406498 or 10373083. OLE color: 10373083.

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

Color convert

RGB21971158-
CMYK00.680.280.14
HSL324.73º67.27%56.86%-
HSV(B)324.73º67.58%85.88%-
XYZ37.6422.0434.62-
YUV125.17146.53194.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.88%
GREEN value IS 71 (28.12% from 255) = 15.85%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=48.88%
G=15.85%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197115800.680.280.14324.7367.2756.86
HexDB479E0441CE1454339
Octal3331072360104341650510371
Binary11011011100011110011110010001001110011101010001011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB479E; }

 p { color: rgb(219,71,158); }

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

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

 a { background-color: rgb(219,71,158); }

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

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

 span { border-color: rgb(219,71,158); }

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