#D1418B

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

Shades of Mulberry #D1418B

Tints of Mulberry #D1418B

Color information

#D1418B (or 0xD1418B) is unknown color: approx Mulberry. HEX triplet: D1, 41 and 8B. RGB value is (209,65,139). Sum of RGB (Red+Green+Blue) = 209+65+139=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1418B is #2EBE74. Grayscale: #747474. Windows color (decimal): -3063413 or 9126353. OLE color: 9126353.

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

Color convert

RGB20965139-
CMYK00.690.330.18
HSL329.17º61.02%53.73%-
HSV(B)329.17º68.9%81.96%-
XYZ32.8419.226.4-
YUV116.49140.71193.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=50.61%
G=15.74%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096513900.690.330.18329.1761.0253.73
HexD1418B04521121493d36
Octal321101213010541225117566
Binary110100011000001100010110100010110000110010101001001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1418B; }

 p { color: rgb(209,65,139); }

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

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

 a { background-color: rgb(209,65,139); }

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

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

 span { border-color: rgb(209,65,139); }

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