#DA479F

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

Shades of Mulberry #DA479F

Tints of Mulberry #DA479F

Color information

#DA479F (or 0xDA479F) is unknown color: approx Mulberry. HEX triplet: DA, 47 and 9F. RGB value is (218,71,159). Sum of RGB (Red+Green+Blue) = 218+71+159=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA479F is #25B860. Grayscale: #7C7C7C. Windows color (decimal): -2472033 or 10438618. OLE color: 10438618.

HSL color Cylindrical-coordinate representation of color #DA479F: hue angle of 324.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA479F is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB21871159-
CMYK00.670.270.15
HSL324.08º66.52%56.67%-
HSV(B)324.08º67.43%85.49%-
XYZ37.4221.9235.06-
YUV124.99147.2194.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.66%
GREEN value IS 71 (28.12% from 255) = 15.85%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=48.66%
G=15.85%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187115900.670.270.15324.0866.5256.67
HexDA479F0431BF1444339
Octal3321072370103331750410371
Binary11011010100011110011111010000111101111111010001001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA479F; }

 p { color: rgb(218,71,159); }

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

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

 a { background-color: rgb(218,71,159); }

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

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

 span { border-color: rgb(218,71,159); }

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