#D14A96

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

Shades of Mulberry #D14A96

Tints of Mulberry #D14A96

Color information

#D14A96 (or 0xD14A96) is unknown color: approx Mulberry. HEX triplet: D1, 4A and 96. RGB value is (209,74,150). Sum of RGB (Red+Green+Blue) = 209+74+150=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14A96 is #2EB569. Grayscale: #7A7A7A. Windows color (decimal): -3061098 or 9849553. OLE color: 9849553.

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

Color convert

RGB20974150-
CMYK00.650.280.18
HSL326.22º59.47%55.49%-
HSV(B)326.22º64.59%81.96%-
XYZ34.2520.6531.04-
YUV123.03143.23189.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.27%
GREEN value IS 74 (29.30% from 255) = 17.09%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=48.27%
G=17.09%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097415000.650.280.18326.2259.4755.49
HexD14A960411C121463b37
Octal321112226010134225067367
Binary11010001100101010010110010000011110010010101000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14A96; }

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

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

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

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

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

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

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

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