#DA499E

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

Shades of Mulberry #DA499E

Tints of Mulberry #DA499E

Color information

#DA499E (or 0xDA499E) is unknown color: approx Mulberry. HEX triplet: DA, 49 and 9E. RGB value is (218,73,158). Sum of RGB (Red+Green+Blue) = 218+73+158=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA499E is #25B661. Grayscale: #7D7D7D. Windows color (decimal): -2471522 or 10373594. OLE color: 10373594.

HSL color Cylindrical-coordinate representation of color #DA499E: hue angle of 324.83º degrees, saturation: 0.66, 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 #DA499E is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21873158-
CMYK00.670.280.15
HSL324.83º66.21%57.06%-
HSV(B)324.83º66.51%85.49%-
XYZ37.4722.1434.65-
YUV126.04146.04193.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 73 (28.91% from 255) = 16.26%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=48.55%
G=16.26%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187315800.670.280.15324.8366.2157.06
HexDA499E0431CF1454239
Octal3321112360103341750510271
Binary11011010100100110011110010000111110011111010001011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA499E; }

 p { color: rgb(218,73,158); }

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

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

 a { background-color: rgb(218,73,158); }

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

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

 span { border-color: rgb(218,73,158); }

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