#D14D8A

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

Shades of Mulberry #D14D8A

Tints of Mulberry #D14D8A

Color information

#D14D8A (or 0xD14D8A) is unknown color: approx Mulberry. HEX triplet: D1, 4D and 8A. RGB value is (209,77,138). Sum of RGB (Red+Green+Blue) = 209+77+138=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14D8A is #2EB275. Grayscale: #7B7B7B. Windows color (decimal): -3060342 or 9063889. OLE color: 9063889.

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

Color convert

RGB20977138-
CMYK00.630.340.18
HSL332.27º58.93%56.08%-
HSV(B)332.27º63.16%81.96%-
XYZ33.5420.726.27-
YUV123.42136.23189.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.29%
GREEN value IS 77 (30.47% from 255) = 18.16%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=49.29%
G=18.16%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097713800.630.340.18332.2758.9356.08
HexD14D8A03F221214c3b38
Octal32111521207742225147370
Binary11010001100110110001010011111110001010010101001100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14D8A; }

 p { color: rgb(209,77,138); }

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

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

 a { background-color: rgb(209,77,138); }

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

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

 span { border-color: rgb(209,77,138); }

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