#D3519D

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

Shades of Mulberry #D3519D

Tints of Mulberry #D3519D

Color information

#D3519D (or 0xD3519D) is unknown color: approx Mulberry. HEX triplet: D3, 51 and 9D. RGB value is (211,81,157). Sum of RGB (Red+Green+Blue) = 211+81+157=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3519D is #2CAE62. Grayscale: #808080. Windows color (decimal): -2928227 or 10310099. OLE color: 10310099.

HSL color Cylindrical-coordinate representation of color #D3519D: hue angle of 324.92º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3519D is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB21181157-
CMYK00.620.260.17
HSL324.92º59.63%57.25%-
HSV(B)324.92º61.61%82.75%-
XYZ35.8922.1734.29-
YUV128.53144.07186.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.99%
GREEN value IS 81 (32.03% from 255) = 18.04%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=46.99%
G=18.04%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118115700.620.260.17324.9259.6357.25
HexD3519D03E1A111453c39
Octal32312123507632215057471
Binary1101001110100011001110101111101101010001101000101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3519D; }

 p { color: rgb(211,81,157); }

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

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

 a { background-color: rgb(211,81,157); }

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

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

 span { border-color: rgb(211,81,157); }

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