#D15295

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

Shades of Mulberry #D15295

Tints of Mulberry #D15295

Color information

#D15295 (or 0xD15295) is unknown color: approx Mulberry. HEX triplet: D1, 52 and 95. RGB value is (209,82,149). Sum of RGB (Red+Green+Blue) = 209+82+149=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D15295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15295 is #2EAD6A. Grayscale: #7F7F7F. Windows color (decimal): -3059051 or 9786065. OLE color: 9786065.

HSL color Cylindrical-coordinate representation of color #D15295: hue angle of 328.35º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15295 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB20982149-
CMYK00.610.290.18
HSL328.35º57.99%57.06%-
HSV(B)328.35º60.77%81.96%-
XYZ34.7421.7630.8-
YUV127.61140.08186.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=47.5%
G=18.64%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098214900.610.290.18328.3557.9957.06
HexD1529503D1D121483a39
Octal32112222507535225107271
Binary1101000110100101001010101111011110110010101001000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15295; }

 p { color: rgb(209,82,149); }

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

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

 a { background-color: rgb(209,82,149); }

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

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

 span { border-color: rgb(209,82,149); }

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