#D1569C

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

Shades of Mulberry #D1569C

Tints of Mulberry #D1569C

Color information

#D1569C (or 0xD1569C) is unknown color: approx Mulberry. HEX triplet: D1, 56 and 9C. RGB value is (209,86,156). Sum of RGB (Red+Green+Blue) = 209+86+156=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1569C is #2EA963. Grayscale: #828282. Windows color (decimal): -3058020 or 10245841. OLE color: 10245841.

HSL color Cylindrical-coordinate representation of color #D1569C: hue angle of 325.85º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1569C is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB20986156-
CMYK00.590.250.18
HSL325.85º57.21%57.84%-
HSV(B)325.85º58.85%81.96%-
XYZ35.6222.6133.94-
YUV130.76142.25183.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.34%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=46.34%
G=19.07%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098615600.590.250.18325.8557.2157.84
HexD1569C03B1912146393a
Octal32112623407331225067172
Binary1101000110101101001110001110111100110010101000110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1569C; }

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

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

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

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

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

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

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

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