#DA5293

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

Shades of Mulberry #DA5293

Tints of Mulberry #DA5293

Color information

#DA5293 (or 0xDA5293) is unknown color: approx Mulberry. HEX triplet: DA, 52 and 93. RGB value is (218,82,147). Sum of RGB (Red+Green+Blue) = 218+82+147=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5293 is #25AD6C. Grayscale: #818181. Windows color (decimal): -2469229 or 9655002. OLE color: 9655002.

HSL color Cylindrical-coordinate representation of color #DA5293: hue angle of 331.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5293 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21882147-
CMYK00.620.330.15
HSL331.32º64.76%58.82%-
HSV(B)331.32º62.39%85.49%-
XYZ37.223.0530.09-
YUV130.07137.56190.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 82 (32.42% from 255) = 18.34%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=48.77%
G=18.34%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188214700.620.330.15331.3264.7658.82
HexDA529303E21F14b413b
Octal332122223076411751310173
Binary11011010101001010010011011111010000111111010010111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5293; }

 p { color: rgb(218,82,147); }

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

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

 a { background-color: rgb(218,82,147); }

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

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

 span { border-color: rgb(218,82,147); }

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