#D145AA

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

Shades of Mulberry #D145AA

Tints of Mulberry #D145AA

Color information

#D145AA (or 0xD145AA) is unknown color: approx Mulberry. HEX triplet: D1, 45 and AA. RGB value is (209,69,170). Sum of RGB (Red+Green+Blue) = 209+69+170=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D145AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D145AA is #2EBA55. Grayscale: #7A7A7A. Windows color (decimal): -3062358 or 11158993. OLE color: 11158993.

HSL color Cylindrical-coordinate representation of color #D145AA: hue angle of 316.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D145AA is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB20969170-
CMYK00.670.190.18
HSL316.71º60.34%54.51%-
HSV(B)316.71º66.99%81.96%-
XYZ35.6820.7140.15-
YUV122.37154.88189.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.65%
GREEN value IS 69 (27.34% from 255) = 15.40%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=46.65%
G=15.40%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096917000.670.190.18316.7160.3454.51
HexD145AA043131213d3c37
Octal321105252010323224757467
Binary11010001100010110101010010000111001110010100111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D145AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D145AA; }

 p { color: rgb(209,69,170); }

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

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

 a { background-color: rgb(209,69,170); }

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

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

 span { border-color: rgb(209,69,170); }

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