#D14C96

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

Shades of Mulberry #D14C96

Tints of Mulberry #D14C96

Color information

#D14C96 (or 0xD14C96) is unknown color: approx Mulberry. HEX triplet: D1, 4C and 96. RGB value is (209,76,150). Sum of RGB (Red+Green+Blue) = 209+76+150=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14C96 is #2EB369. Grayscale: #7C7C7C. Windows color (decimal): -3060586 or 9850065. OLE color: 9850065.

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

Color convert

RGB20976150-
CMYK00.640.280.18
HSL326.62º59.11%55.88%-
HSV(B)326.62º63.64%81.96%-
XYZ34.3820.9331.08-
YUV124.2142.56188.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 76 (30.08% from 255) = 17.47%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=48.05%
G=17.47%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097615000.640.280.18326.6259.1155.88
HexD14C960401C121473b38
Octal321114226010034225077370
Binary11010001100110010010110010000001110010010101000111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14C96; }

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

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

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

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

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

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

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

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