#D14998

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

Shades of Mulberry #D14998

Tints of Mulberry #D14998

Color information

#D14998 (or 0xD14998) is unknown color: approx Mulberry. HEX triplet: D1, 49 and 98. RGB value is (209,73,152). Sum of RGB (Red+Green+Blue) = 209+73+152=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D14998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14998 is #2EB667. Grayscale: #7A7A7A. Windows color (decimal): -3061352 or 9980369. OLE color: 9980369.

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

Color convert

RGB20973152-
CMYK00.650.270.18
HSL325.15º59.65%55.29%-
HSV(B)325.15º65.07%81.96%-
XYZ34.3420.5931.87-
YUV122.67144.56189.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 73 (28.91% from 255) = 16.82%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=48.16%
G=16.82%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097315200.650.270.18325.1559.6555.29
HexD149980411B121453c37
Octal321111230010133225057467
Binary11010001100100110011000010000011101110010101000101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14998; }

 p { color: rgb(209,73,152); }

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

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

 a { background-color: rgb(209,73,152); }

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

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

 span { border-color: rgb(209,73,152); }

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