#DB459C

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

Shades of Mulberry #DB459C

Tints of Mulberry #DB459C

Color information

#DB459C (or 0xDB459C) is unknown color: approx Mulberry. HEX triplet: DB, 45 and 9C. RGB value is (219,69,156). Sum of RGB (Red+Green+Blue) = 219+69+156=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB459C is #24BA63. Grayscale: #7B7B7B. Windows color (decimal): -2407012 or 10241499. OLE color: 10241499.

HSL color Cylindrical-coordinate representation of color #DB459C: hue angle of 325.2º 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 #DB459C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB21969156-
CMYK00.680.290.14
HSL325.2º67.57%56.47%-
HSV(B)325.2º68.49%85.88%-
XYZ37.3421.7233.68-
YUV123.77146.2195.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.32%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=49.32%
G=15.54%
B=35.14%

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
Decimal2196915600.680.290.14325.267.5756.47
HexDB459C0441DE1454438
Octal3331052340104351650510470
Binary11011011100010110011100010001001110111101010001011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB459C; }

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

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

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

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

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

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

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

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