#D05695

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

Shades of Mulberry #D05695

Tints of Mulberry #D05695

Color information

#D05695 (or 0xD05695) is unknown color: approx Mulberry. HEX triplet: D0, 56 and 95. RGB value is (208,86,149). Sum of RGB (Red+Green+Blue) = 208+86+149=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D05695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05695 is #2FA96A. Grayscale: #818181. Windows color (decimal): -3123563 or 9787088. OLE color: 9787088.

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

Color convert

RGB20886149-
CMYK00.590.280.18
HSL329.02º56.48%57.65%-
HSV(B)329.02º58.65%81.57%-
XYZ34.7722.2430.89-
YUV129.66138.92183.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=46.95%
G=19.41%
B=33.63%

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
Decimal2088614900.590.280.18329.0256.4857.65
HexD0569503B1C12149383a
Octal32012622507334225117072
Binary1101000010101101001010101110111110010010101001001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05695; }

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

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

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

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

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

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

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

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