#d05696

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

Shades of Mulberry #D05696

Tints of Mulberry #D05696

Color information

#D05696 (or 0xD05696) is unknown color: approx Mulberry. HEX triplet: D0, 56 and 96. RGB value is (208,86,150). Sum of RGB (Red+Green+Blue) = 208+86+150=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D05696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05696 is #2FA969. Grayscale: #818181. Windows color (decimal): -3123562 or 9852624. OLE color: 9852624.

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

Color convert

RGB20886150-
CMYK00.590.280.18
HSL328.52º56.48%57.65%-
HSV(B)328.52º58.65%81.57%-
XYZ34.8522.2731.32-
YUV129.77139.42183.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 86 (33.98% from 255) = 19.37%
BLUE value IS 150 (58.98% from 255) = 33.78%
R=46.85%
G=19.37%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088615000.590.280.18328.5256.4857.65
HexD0569603B1C12149383a
Octal32012622607334225117072
Binary1101000010101101001011001110111110010010101001001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d05696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d05696; }

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

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

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

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

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

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

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

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