#d14c8e

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

Shades of Mulberry #D14C8E

Tints of Mulberry #D14C8E

Color information

#D14C8E (or 0xD14C8E) is unknown color: approx Mulberry. HEX triplet: D1, 4C and 8E. RGB value is (209,76,142). Sum of RGB (Red+Green+Blue) = 209+76+142=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14C8E is #2EB371. Grayscale: #7B7B7B. Windows color (decimal): -3060594 or 9325777. OLE color: 9325777.

HSL color Cylindrical-coordinate representation of color #D14C8E: hue angle of 330.23º 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 #D14C8E is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB20976142-
CMYK00.640.320.18
HSL330.23º59.11%55.88%-
HSV(B)330.23º63.64%81.96%-
XYZ33.7620.6827.8-
YUV123.29138.56189.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.95%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=48.95%
G=17.80%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097614200.640.320.18330.2359.1155.88
HexD14C8E040201214a3b38
Octal321114216010040225127370
Binary110100011001100100011100100000010000010010101001010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14c8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14c8e; }

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

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

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

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

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

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

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

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