#D14381

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

Shades of Mulberry #D14381

Tints of Mulberry #D14381

Color information

#D14381 (or 0xD14381) is unknown color: approx Mulberry. HEX triplet: D1, 43 and 81. RGB value is (209,67,129). Sum of RGB (Red+Green+Blue) = 209+67+129=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D14381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14381 is #2EBC7E. Grayscale: #747474. Windows color (decimal): -3062911 or 8471505. OLE color: 8471505.

HSL color Cylindrical-coordinate representation of color #D14381: hue angle of 333.8º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14381 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB20967129-
CMYK00.680.380.18
HSL333.8º60.68%54.12%-
HSV(B)333.8º67.94%81.96%-
XYZ32.2619.1522.77-
YUV116.53135.04193.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.60%
GREEN value IS 67 (26.56% from 255) = 16.54%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=51.60%
G=16.54%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096712900.680.380.18333.860.6854.12
HexD14381044261214e3d36
Octal321103201010446225167566
Binary110100011000011100000010100010010011010010101001110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14381; }

 p { color: rgb(209,67,129); }

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

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

 a { background-color: rgb(209,67,129); }

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

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

 span { border-color: rgb(209,67,129); }

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