#DB459B

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

Shades of Mulberry #DB459B

Tints of Mulberry #DB459B

Color information

#DB459B (or 0xDB459B) is unknown color: approx Mulberry. HEX triplet: DB, 45 and 9B. RGB value is (219,69,155). Sum of RGB (Red+Green+Blue) = 219+69+155=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB459B is #24BA64. Grayscale: #7B7B7B. Windows color (decimal): -2407013 or 10175963. OLE color: 10175963.

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

Color convert

RGB21969155-
CMYK00.680.290.14
HSL325.6º67.57%56.47%-
HSV(B)325.6º68.49%85.88%-
XYZ37.2621.6833.23-
YUV123.65145.7196.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.44%
GREEN value IS 69 (27.34% from 255) = 15.58%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=49.44%
G=15.58%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196915500.680.290.14325.667.5756.47
HexDB459B0441DE1464438
Octal3331052330104351650610470
Binary11011011100010110011011010001001110111101010001101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB459B; }

 p { color: rgb(219,69,155); }

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

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

 a { background-color: rgb(219,69,155); }

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

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

 span { border-color: rgb(219,69,155); }

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