#D1509A

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

Shades of Mulberry #D1509A

Tints of Mulberry #D1509A

Color information

#D1509A (or 0xD1509A) is unknown color: approx Mulberry. HEX triplet: D1, 50 and 9A. RGB value is (209,80,154). Sum of RGB (Red+Green+Blue) = 209+80+154=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1509A is #2EAF65. Grayscale: #7E7E7E. Windows color (decimal): -3059558 or 10113233. OLE color: 10113233.

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

Color convert

RGB20980154-
CMYK00.620.260.18
HSL325.58º58.37%56.67%-
HSV(B)325.58º61.72%81.96%-
XYZ3521.6332.9-
YUV127.01143.24186.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=47.18%
G=18.06%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098015400.620.260.18325.5858.3756.67
HexD1509A03E1A121463a39
Octal32112023207632225067271
Binary1101000110100001001101001111101101010010101000110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1509A; }

 p { color: rgb(209,80,154); }

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

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

 a { background-color: rgb(209,80,154); }

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

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

 span { border-color: rgb(209,80,154); }

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