#D0519A

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

Shades of Mulberry #D0519A

Tints of Mulberry #D0519A

Color information

#D0519A (or 0xD0519A) is unknown color: approx Mulberry. HEX triplet: D0, 51 and 9A. RGB value is (208,81,154). Sum of RGB (Red+Green+Blue) = 208+81+154=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0519A is #2FAE65. Grayscale: #7F7F7F. Windows color (decimal): -3124838 or 10113488. OLE color: 10113488.

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

Color convert

RGB20881154-
CMYK00.610.260.18
HSL325.51º57.47%56.67%-
HSV(B)325.51º61.06%81.57%-
XYZ34.7921.6332.91-
YUV127.3143.08185.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=46.95%
G=18.28%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088115400.610.260.18325.5157.4756.67
HexD0519A03D1A121463939
Octal32012123207532225067171
Binary1101000010100011001101001111011101010010101000110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0519A; }

 p { color: rgb(208,81,154); }

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

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

 a { background-color: rgb(208,81,154); }

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

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

 span { border-color: rgb(208,81,154); }

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