#d1548e

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

Shades of Mulberry #D1548E

Tints of Mulberry #D1548E

Color information

#D1548E (or 0xD1548E) is unknown color: approx Mulberry. HEX triplet: D1, 54 and 8E. RGB value is (209,84,142). Sum of RGB (Red+Green+Blue) = 209+84+142=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1548E is #2EAB71. Grayscale: #7F7F7F. Windows color (decimal): -3058546 or 9327825. OLE color: 9327825.

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

Color convert

RGB20984142-
CMYK00.600.320.18
HSL332.16º57.6%57.45%-
HSV(B)332.16º59.81%81.96%-
XYZ34.3521.8528-
YUV127.99135.91185.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=48.05%
G=19.31%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098414200.600.320.18332.1657.657.45
HexD1548E03C201214c3a39
Octal32112421607440225147271
Binary11010001101010010001110011110010000010010101001100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1548e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1548e; }

 p { color: rgb(209,84,142); }

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

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

 a { background-color: rgb(209,84,142); }

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

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

 span { border-color: rgb(209,84,142); }

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