#D1469F

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

Shades of Mulberry #D1469F

Tints of Mulberry #D1469F

Color information

#D1469F (or 0xD1469F) is unknown color: approx Mulberry. HEX triplet: D1, 46 and 9F. RGB value is (209,70,159). Sum of RGB (Red+Green+Blue) = 209+70+159=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1469F is #2EB960. Grayscale: #797979. Windows color (decimal): -3062113 or 10438353. OLE color: 10438353.

HSL color Cylindrical-coordinate representation of color #D1469F: hue angle of 321.58º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1469F is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB20970159-
CMYK00.670.240.18
HSL321.58º60.17%54.71%-
HSV(B)321.58º66.51%81.96%-
XYZ34.7420.4434.91-
YUV121.71149.05190.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=47.72%
G=15.98%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097015900.670.240.18321.5860.1754.71
HexD1469F04318121423c37
Octal321106237010330225027467
Binary11010001100011010011111010000111100010010101000010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1469F; }

 p { color: rgb(209,70,159); }

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

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

 a { background-color: rgb(209,70,159); }

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

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

 span { border-color: rgb(209,70,159); }

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