#D649A9

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

Shades of Mulberry #D649A9

Tints of Mulberry #D649A9

Color information

#D649A9 (or 0xD649A9) is unknown color: approx Mulberry. HEX triplet: D6, 49 and A9. RGB value is (214,73,169). Sum of RGB (Red+Green+Blue) = 214+73+169=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D649A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649A9 is #29B656. Grayscale: #7D7D7D. Windows color (decimal): -2733655 or 11094486. OLE color: 11094486.

HSL color Cylindrical-coordinate representation of color #D649A9: hue angle of 319.15º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D649A9 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21473169-
CMYK00.660.210.16
HSL319.15º63.23%56.27%-
HSV(B)319.15º65.89%83.92%-
XYZ37.2821.9339.8-
YUV126.1152.21190.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 73 (28.91% from 255) = 16.01%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=46.93%
G=16.01%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147316900.660.210.16319.1563.2356.27
HexD649A9042151013f3f38
Octal326111251010225204777770
Binary11010110100100110101001010000101010110000100111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D649A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D649A9; }

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

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

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

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

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

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

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

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