#D649AC

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

Shades of Mulberry #D649AC

Tints of Mulberry #D649AC

Color information

#D649AC (or 0xD649AC) is unknown color: approx Mulberry. HEX triplet: D6, 49 and AC. RGB value is (214,73,172). Sum of RGB (Red+Green+Blue) = 214+73+172=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D649AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649AC is #29B653. Grayscale: #7E7E7E. Windows color (decimal): -2733652 or 11291094. OLE color: 11291094.

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

Color convert

RGB21473172-
CMYK00.660.200.16
HSL317.87º63.23%56.27%-
HSV(B)317.87º65.89%83.92%-
XYZ37.5622.0441.3-
YUV126.44153.71190.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 73 (28.91% from 255) = 15.90%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=46.62%
G=15.90%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147317200.660.200.16317.8763.2356.27
HexD649AC042141013e3f38
Octal326111254010224204767770
Binary11010110100100110101100010000101010010000100111110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D649AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D649AC; }

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

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

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

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

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

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

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

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