#D15594

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

Shades of Mulberry #D15594

Tints of Mulberry #D15594

Color information

#D15594 (or 0xD15594) is unknown color: approx Mulberry. HEX triplet: D1, 55 and 94. RGB value is (209,85,148). Sum of RGB (Red+Green+Blue) = 209+85+148=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D15594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15594 is #2EAA6B. Grayscale: #818181. Windows color (decimal): -3058284 or 9721297. OLE color: 9721297.

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

Color convert

RGB20985148-
CMYK00.590.290.18
HSL329.52º57.41%57.65%-
HSV(B)329.52º59.33%81.96%-
XYZ34.8922.1930.46-
YUV129.26138.58184.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=47.29%
G=19.23%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098514800.590.290.18329.5257.4157.65
HexD1559403B1D1214a393a
Octal32112522407335225127172
Binary1101000110101011001010001110111110110010101001010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15594; }

 p { color: rgb(209,85,148); }

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

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

 a { background-color: rgb(209,85,148); }

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

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

 span { border-color: rgb(209,85,148); }

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