#d0569f

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

Shades of Mulberry #D0569F

Tints of Mulberry #D0569F

Color information

#D0569F (or 0xD0569F) is unknown color: approx Mulberry. HEX triplet: D0, 56 and 9F. RGB value is (208,86,159). Sum of RGB (Red+Green+Blue) = 208+86+159=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0569F is #2FA960. Grayscale: #828282. Windows color (decimal): -3123553 or 10442448. OLE color: 10442448.

HSL color Cylindrical-coordinate representation of color #D0569F: hue angle of 324.1º degrees, saturation: 0.56, 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 #D0569F is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB20886159-
CMYK00.590.240.18
HSL324.1º56.48%57.65%-
HSV(B)324.1º58.65%81.57%-
XYZ35.622.5735.28-
YUV130.8143.92183.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 86 (33.98% from 255) = 18.98%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=45.92%
G=18.98%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088615900.590.240.18324.156.4857.65
HexD0569F03B1812144383a
Octal32012623707330225047072
Binary1101000010101101001111101110111100010010101000100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0569f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0569f; }

 p { color: rgb(208,86,159); }

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

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

 a { background-color: rgb(208,86,159); }

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

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

 span { border-color: rgb(208,86,159); }

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