#D15196

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

Shades of Mulberry #D15196

Tints of Mulberry #D15196

Color information

#D15196 (or 0xD15196) is unknown color: approx Mulberry. HEX triplet: D1, 51 and 96. RGB value is (209,81,150). Sum of RGB (Red+Green+Blue) = 209+81+150=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D15196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15196 is #2EAE69. Grayscale: #7E7E7E. Windows color (decimal): -3059306 or 9851345. OLE color: 9851345.

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

Color convert

RGB20981150-
CMYK00.610.280.18
HSL327.66º58.18%56.86%-
HSV(B)327.66º61.24%81.96%-
XYZ34.7421.6431.2-
YUV127.14140.91186.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=47.5%
G=18.41%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098115000.610.280.18327.6658.1856.86
HexD1519603D1C121483a39
Octal32112122607534225107271
Binary1101000110100011001011001111011110010010101001000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15196; }

 p { color: rgb(209,81,150); }

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

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

 a { background-color: rgb(209,81,150); }

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

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

 span { border-color: rgb(209,81,150); }

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