#D649AA

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

Shades of Mulberry #D649AA

Tints of Mulberry #D649AA

Color information

#D649AA (or 0xD649AA) is unknown color: approx Mulberry. HEX triplet: D6, 49 and AA. RGB value is (214,73,170). Sum of RGB (Red+Green+Blue) = 214+73+170=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D649AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649AA is #29B655. Grayscale: #7D7D7D. Windows color (decimal): -2733654 or 11160022. OLE color: 11160022.

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

Color convert

RGB21473170-
CMYK00.660.210.16
HSL318.72º63.23%56.27%-
HSV(B)318.72º65.89%83.92%-
XYZ37.3721.9640.3-
YUV126.22152.71190.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.83%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=46.83%
G=15.97%
B=37.20%

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
Decimal2147317000.660.210.16318.7263.2356.27
HexD649AA042151013f3f38
Octal326111252010225204777770
Binary11010110100100110101010010000101010110000100111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D649AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D649AA; }

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

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

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

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

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

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

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

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