#DB569C

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

Shades of Mulberry #DB569C

Tints of Mulberry #DB569C

Color information

#DB569C (or 0xDB569C) is unknown color: approx Mulberry. HEX triplet: DB, 56 and 9C. RGB value is (219,86,156). Sum of RGB (Red+Green+Blue) = 219+86+156=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB569C is #24A963. Grayscale: #858585. Windows color (decimal): -2402660 or 10245851. OLE color: 10245851.

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

Color convert

RGB21986156-
CMYK00.610.290.14
HSL328.42º64.88%59.8%-
HSV(B)328.42º60.73%85.88%-
XYZ38.5424.1234.08-
YUV133.75140.56188.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.51%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=47.51%
G=18.66%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198615600.610.290.14328.4264.8859.8
HexDB569C03D1DE148413c
Octal333126234075351651010174
Binary1101101110101101001110001111011110111101010010001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB569C; }

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

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

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

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

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

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

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

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