#D450A9

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

Shades of Mulberry #D450A9

Tints of Mulberry #D450A9

Color information

#D450A9 (or 0xD450A9) is unknown color: approx Mulberry. HEX triplet: D4, 50 and A9. RGB value is (212,80,169). Sum of RGB (Red+Green+Blue) = 212+80+169=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D450A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D450A9 is #2BAF56. Grayscale: #818181. Windows color (decimal): -2862935 or 11096276. OLE color: 11096276.

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

Color convert

RGB21280169-
CMYK00.620.200.17
HSL319.55º60.55%57.25%-
HSV(B)319.55º62.26%83.14%-
XYZ37.1822.639.94-
YUV129.61150.23186.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 80 (31.64% from 255) = 17.35%
BLUE value IS 169 (66.41% from 255) = 36.66%
R=45.99%
G=17.35%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128016900.620.200.17319.5560.5557.25
HexD450A903E14111403d39
Octal32412025107624215007571
Binary1101010010100001010100101111101010010001101000000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D450A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D450A9; }

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

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

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

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

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

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

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

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