#D15293

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

Shades of Mulberry #D15293

Tints of Mulberry #D15293

Color information

#D15293 (or 0xD15293) is unknown color: approx Mulberry. HEX triplet: D1, 52 and 93. RGB value is (209,82,147). Sum of RGB (Red+Green+Blue) = 209+82+147=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D15293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15293 is #2EAD6C. Grayscale: #7F7F7F. Windows color (decimal): -3059053 or 9654993. OLE color: 9654993.

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

Color convert

RGB20982147-
CMYK00.610.300.18
HSL329.29º57.99%57.06%-
HSV(B)329.29º60.77%81.96%-
XYZ34.5821.729.97-
YUV127.38139.08186.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 147 (57.81% from 255) = 33.56%
R=47.72%
G=18.72%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098214700.610.300.18329.2957.9957.06
HexD1529303D1E121493a39
Octal32112222307536225117271
Binary1101000110100101001001101111011111010010101001001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15293; }

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

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

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

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

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

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

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

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