#D3519E

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

Shades of Mulberry #D3519E

Tints of Mulberry #D3519E

Color information

#D3519E (or 0xD3519E) is unknown color: approx Mulberry. HEX triplet: D3, 51 and 9E. RGB value is (211,81,158). Sum of RGB (Red+Green+Blue) = 211+81+158=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3519E is #2CAE61. Grayscale: #808080. Windows color (decimal): -2928226 or 10375635. OLE color: 10375635.

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

Color convert

RGB21181158-
CMYK00.620.250.17
HSL324.46º59.63%57.25%-
HSV(B)324.46º61.61%82.75%-
XYZ35.9822.234.74-
YUV128.65144.57186.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 81 (32.03% from 255) = 18%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=46.89%
G=18%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118115800.620.250.17324.4659.6357.25
HexD3519E03E19111443c39
Octal32312123607631215047471
Binary1101001110100011001111001111101100110001101000100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3519E; }

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

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

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

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

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

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

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

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