#D35995

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

Shades of Mulberry #D35995

Tints of Mulberry #D35995

Color information

#D35995 (or 0xD35995) is unknown color: approx Mulberry. HEX triplet: D3, 59 and 95. RGB value is (211,89,149). Sum of RGB (Red+Green+Blue) = 211+89+149=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D35995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35995 is #2CA66A. Grayscale: #848484. Windows color (decimal): -2926187 or 9787859. OLE color: 9787859.

HSL color Cylindrical-coordinate representation of color #D35995: hue angle of 330.49º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35995 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB21189149-
CMYK00.580.290.17
HSL330.49º58.1%58.82%-
HSV(B)330.49º57.82%82.75%-
XYZ35.8623.1631.01-
YUV132.32137.42184.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.99%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=46.99%
G=19.82%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118914900.580.290.17330.4958.158.82
HexD3599503A1D1114a3a3b
Octal32313122507235215127273
Binary1101001110110011001010101110101110110001101001010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35995; }

 p { color: rgb(211,89,149); }

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

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

 a { background-color: rgb(211,89,149); }

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

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

 span { border-color: rgb(211,89,149); }

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