#D14999

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

Shades of Mulberry #D14999

Tints of Mulberry #D14999

Color information

#D14999 (or 0xD14999) is unknown color: approx Mulberry. HEX triplet: D1, 49 and 99. RGB value is (209,73,153). Sum of RGB (Red+Green+Blue) = 209+73+153=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D14999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14999 is #2EB666. Grayscale: #7A7A7A. Windows color (decimal): -3061351 or 10045905. OLE color: 10045905.

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

Color convert

RGB20973153-
CMYK00.650.270.18
HSL324.71º59.65%55.29%-
HSV(B)324.71º65.07%81.96%-
XYZ34.4320.6232.3-
YUV122.78145.06189.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=48.05%
G=16.78%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097315300.650.270.18324.7159.6555.29
HexD149990411B121453c37
Octal321111231010133225057467
Binary11010001100100110011001010000011101110010101000101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14999; }

 p { color: rgb(209,73,153); }

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

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

 a { background-color: rgb(209,73,153); }

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

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

 span { border-color: rgb(209,73,153); }

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