#D1409E

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

Shades of Mulberry #D1409E

Tints of Mulberry #D1409E

Color information

#D1409E (or 0xD1409E) is unknown color: approx Mulberry. HEX triplet: D1, 40 and 9E. RGB value is (209,64,158). Sum of RGB (Red+Green+Blue) = 209+64+158=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1409E is #2EBF61. Grayscale: #757575. Windows color (decimal): -3063650 or 10371281. OLE color: 10371281.

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

Color convert

RGB20964158-
CMYK00.690.240.18
HSL321.1º61.18%53.53%-
HSV(B)321.1º69.38%81.96%-
XYZ34.319.6934.34-
YUV118.07150.54192.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.49%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=48.49%
G=14.85%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096415800.690.240.18321.161.1853.53
HexD1409E04518121413d36
Octal321100236010530225017566
Binary11010001100000010011110010001011100010010101000001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1409E; }

 p { color: rgb(209,64,158); }

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

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

 a { background-color: rgb(209,64,158); }

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

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

 span { border-color: rgb(209,64,158); }

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