#D15A9A

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

Shades of Mulberry #D15A9A

Tints of Mulberry #D15A9A

Color information

#D15A9A (or 0xD15A9A) is unknown color: approx Mulberry. HEX triplet: D1, 5A and 9A. RGB value is (209,90,154). Sum of RGB (Red+Green+Blue) = 209+90+154=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15A9A is #2EA565. Grayscale: #848484. Windows color (decimal): -3056998 or 10115793. OLE color: 10115793.

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

Color convert

RGB20990154-
CMYK00.570.260.18
HSL327.73º56.4%58.63%-
HSV(B)327.73º56.94%81.96%-
XYZ35.7823.233.16-
YUV132.88139.92182.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.14%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=46.14%
G=19.87%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099015400.570.260.18327.7356.458.63
HexD15A9A0391A12148383b
Octal32113223207132225107073
Binary1101000110110101001101001110011101010010101001000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A9A; }

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

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

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

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

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

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

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

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