#D049A7

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

Shades of Mulberry #D049A7

Tints of Mulberry #D049A7

Color information

#D049A7 (or 0xD049A7) is unknown color: approx Mulberry. HEX triplet: D0, 49 and A7. RGB value is (208,73,167). Sum of RGB (Red+Green+Blue) = 208+73+167=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D049A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D049A7 is #2FB658. Grayscale: #7B7B7B. Windows color (decimal): -3126873 or 10963408. OLE color: 10963408.

HSL color Cylindrical-coordinate representation of color #D049A7: hue angle of 318.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D049A7 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB20873167-
CMYK00.650.200.18
HSL318.22º58.95%55.1%-
HSV(B)318.22º64.9%81.57%-
XYZ35.3720.9738.74-
YUV124.08152.23187.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.43%
GREEN value IS 73 (28.91% from 255) = 16.29%
BLUE value IS 167 (65.62% from 255) = 37.28%
R=46.43%
G=16.29%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087316700.650.200.18318.2258.9555.1
HexD049A7041141213e3b37
Octal320111247010124224767367
Binary11010000100100110100111010000011010010010100111110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D049A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D049A7; }

 p { color: rgb(208,73,167); }

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

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

 a { background-color: rgb(208,73,167); }

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

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

 span { border-color: rgb(208,73,167); }

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