#D449A9

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

Shades of Mulberry #D449A9

Tints of Mulberry #D449A9

Color information

#D449A9 (or 0xD449A9) is unknown color: approx Mulberry. HEX triplet: D4, 49 and A9. RGB value is (212,73,169). Sum of RGB (Red+Green+Blue) = 212+73+169=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D449A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D449A9 is #2BB656. Grayscale: #7D7D7D. Windows color (decimal): -2864727 or 11094484. OLE color: 11094484.

HSL color Cylindrical-coordinate representation of color #D449A9: hue angle of 318.56º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D449A9 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB21273169-
CMYK00.660.200.17
HSL318.56º61.78%55.88%-
HSV(B)318.56º65.57%83.14%-
XYZ36.721.6339.78-
YUV125.51152.55189.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 73 (28.91% from 255) = 16.08%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=46.70%
G=16.08%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127316900.660.200.17318.5661.7855.88
HexD449A9042141113f3e38
Octal324111251010224214777670
Binary11010100100100110101001010000101010010001100111111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D449A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D449A9; }

 p { color: rgb(212,73,169); }

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

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

 a { background-color: rgb(212,73,169); }

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

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

 span { border-color: rgb(212,73,169); }

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