#D1519C

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

Shades of Mulberry #D1519C

Tints of Mulberry #D1519C

Color information

#D1519C (or 0xD1519C) is unknown color: approx Mulberry. HEX triplet: D1, 51 and 9C. RGB value is (209,81,156). Sum of RGB (Red+Green+Blue) = 209+81+156=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1519C is #2EAE63. Grayscale: #7F7F7F. Windows color (decimal): -3059300 or 10244561. OLE color: 10244561.

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

Color convert

RGB20981156-
CMYK00.610.250.18
HSL324.84º58.18%56.86%-
HSV(B)324.84º61.24%81.96%-
XYZ35.2421.8433.81-
YUV127.82143.91185.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=46.86%
G=18.16%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098115600.610.250.18324.8458.1856.86
HexD1519C03D19121453a39
Octal32112123407531225057271
Binary1101000110100011001110001111011100110010101000101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1519C; }

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

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

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

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

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

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

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

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