#D449A5

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

Shades of Mulberry #D449A5

Tints of Mulberry #D449A5

Color information

#D449A5 (or 0xD449A5) is unknown color: approx Mulberry. HEX triplet: D4, 49 and A5. RGB value is (212,73,165). Sum of RGB (Red+Green+Blue) = 212+73+165=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D449A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D449A5 is #2BB65A. Grayscale: #7C7C7C. Windows color (decimal): -2864731 or 10832340. OLE color: 10832340.

HSL color Cylindrical-coordinate representation of color #D449A5: hue angle of 320.29º 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 #D449A5 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB21273165-
CMYK00.660.220.17
HSL320.29º61.78%55.88%-
HSV(B)320.29º65.57%83.14%-
XYZ36.3321.4837.83-
YUV125.05150.55190.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 73 (28.91% from 255) = 16.22%
BLUE value IS 165 (64.84% from 255) = 36.67%
R=47.11%
G=16.22%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127316500.660.220.17320.2961.7855.88
HexD449A504216111403e38
Octal324111245010226215007670
Binary11010100100100110100101010000101011010001101000000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D449A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D449A5; }

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

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

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

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

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

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

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

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