#D14887

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

Shades of Mulberry #D14887

Tints of Mulberry #D14887

Color information

#D14887 (or 0xD14887) is unknown color: approx Mulberry. HEX triplet: D1, 48 and 87. RGB value is (209,72,135). Sum of RGB (Red+Green+Blue) = 209+72+135=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D14887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14887 is #2EB778. Grayscale: #787878. Windows color (decimal): -3061625 or 8866001. OLE color: 8866001.

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

Color convert

RGB20972135-
CMYK00.660.350.18
HSL332.41º59.83%55.1%-
HSV(B)332.41º65.55%81.96%-
XYZ32.9919.9425.03-
YUV120.14136.39191.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.24%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=50.24%
G=17.31%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097213500.660.350.18332.4159.8355.1
HexD14887042231214c3c37
Octal321110207010243225147467
Binary110100011001000100001110100001010001110010101001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14887; }

 p { color: rgb(209,72,135); }

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

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

 a { background-color: rgb(209,72,135); }

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

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

 span { border-color: rgb(209,72,135); }

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