#d14c87

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

Shades of Mulberry #D14C87

Tints of Mulberry #D14C87

Color information

#D14C87 (or 0xD14C87) is unknown color: approx Mulberry. HEX triplet: D1, 4C and 87. RGB value is (209,76,135). Sum of RGB (Red+Green+Blue) = 209+76+135=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14C87 is #2EB378. Grayscale: #7A7A7A. Windows color (decimal): -3060601 or 8867025. OLE color: 8867025.

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

Color convert

RGB20976135-
CMYK00.640.350.18
HSL333.38º59.11%55.88%-
HSV(B)333.38º63.64%81.96%-
XYZ33.2520.4725.12-
YUV122.49135.06189.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 76 (30.08% from 255) = 18.10%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=49.76%
G=18.10%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097613500.640.350.18333.3859.1155.88
HexD14C87040231214d3b38
Octal321114207010043225157370
Binary110100011001100100001110100000010001110010101001101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14c87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14c87; }

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

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

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

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

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

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

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

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