#D14E9A

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

Shades of Mulberry #D14E9A

Tints of Mulberry #D14E9A

Color information

#D14E9A (or 0xD14E9A) is unknown color: approx Mulberry. HEX triplet: D1, 4E and 9A. RGB value is (209,78,154). Sum of RGB (Red+Green+Blue) = 209+78+154=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14E9A is #2EB165. Grayscale: #7D7D7D. Windows color (decimal): -3060070 or 10112721. OLE color: 10112721.

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

Color convert

RGB20978154-
CMYK00.630.260.18
HSL325.19º58.74%56.27%-
HSV(B)325.19º62.68%81.96%-
XYZ34.8521.3432.85-
YUV125.83143.9187.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.39%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=47.39%
G=17.69%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097815400.630.260.18325.1958.7456.27
HexD14E9A03F1A121453b38
Octal32111623207732225057370
Binary1101000110011101001101001111111101010010101000101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14E9A; }

 p { color: rgb(209,78,154); }

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

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

 a { background-color: rgb(209,78,154); }

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

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

 span { border-color: rgb(209,78,154); }

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