#D1449B

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

Shades of Mulberry #D1449B

Tints of Mulberry #D1449B

Color information

#D1449B (or 0xD1449B) is unknown color: approx Mulberry. HEX triplet: D1, 44 and 9B. RGB value is (209,68,155). Sum of RGB (Red+Green+Blue) = 209+68+155=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1449B is #2EBB64. Grayscale: #777777. Windows color (decimal): -3062629 or 10175697. OLE color: 10175697.

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

Color convert

RGB20968155-
CMYK00.670.260.18
HSL322.98º60.52%54.31%-
HSV(B)322.98º67.46%81.96%-
XYZ34.2820.0633.07-
YUV120.08147.71191.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.38%
GREEN value IS 68 (26.95% from 255) = 15.74%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=48.38%
G=15.74%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096815500.670.260.18322.9860.5254.31
HexD1449B0431A121433d36
Octal321104233010332225037566
Binary11010001100010010011011010000111101010010101000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1449B; }

 p { color: rgb(209,68,155); }

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

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

 a { background-color: rgb(209,68,155); }

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

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

 span { border-color: rgb(209,68,155); }

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