#D649A8

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

Shades of Mulberry #D649A8

Tints of Mulberry #D649A8

Color information

#D649A8 (or 0xD649A8) is unknown color: approx Mulberry. HEX triplet: D6, 49 and A8. RGB value is (214,73,168). Sum of RGB (Red+Green+Blue) = 214+73+168=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D649A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649A8 is #29B657. Grayscale: #7D7D7D. Windows color (decimal): -2733656 or 11028950. OLE color: 11028950.

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

Color convert

RGB21473168-
CMYK00.660.210.16
HSL319.57º63.23%56.27%-
HSV(B)319.57º65.89%83.92%-
XYZ37.1821.8939.31-
YUV125.99151.71190.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 73 (28.91% from 255) = 16.04%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=47.03%
G=16.04%
B=36.92%

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
Decimal2147316800.660.210.16319.5763.2356.27
HexD649A804215101403f38
Octal326111250010225205007770
Binary11010110100100110101000010000101010110000101000000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D649A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D649A8; }

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

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

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

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

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

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

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

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