#D1509D

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

Shades of Mulberry #D1509D

Tints of Mulberry #D1509D

Color information

#D1509D (or 0xD1509D) is unknown color: approx Mulberry. HEX triplet: D1, 50 and 9D. RGB value is (209,80,157). Sum of RGB (Red+Green+Blue) = 209+80+157=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1509D is #2EAF62. Grayscale: #7F7F7F. Windows color (decimal): -3059555 or 10309841. OLE color: 10309841.

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

Color convert

RGB20980157-
CMYK00.620.250.18
HSL324.19º58.37%56.67%-
HSV(B)324.19º61.72%81.96%-
XYZ35.2521.7334.23-
YUV127.35144.74186.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 80 (31.64% from 255) = 17.94%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=46.86%
G=17.94%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098015700.620.250.18324.1958.3756.67
HexD1509D03E19121443a39
Octal32112023507631225047271
Binary1101000110100001001110101111101100110010101000100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1509D; }

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

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

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

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

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

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

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

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