#DA488D

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

Shades of Mulberry #DA488D

Tints of Mulberry #DA488D

Color information

#DA488D (or 0xDA488D) is unknown color: approx Mulberry. HEX triplet: DA, 48 and 8D. RGB value is (218,72,141). Sum of RGB (Red+Green+Blue) = 218+72+141=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA488D is #25B772. Grayscale: #7B7B7B. Windows color (decimal): -2471795 or 9259226. OLE color: 9259226.

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

Color convert

RGB21872141-
CMYK00.670.350.15
HSL331.64º66.36%56.86%-
HSV(B)331.64º66.97%85.49%-
XYZ36.0421.4627.44-
YUV123.52137.87195.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.58%
GREEN value IS 72 (28.52% from 255) = 16.71%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=50.58%
G=16.71%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187214100.670.350.15331.6466.3656.86
HexDA488D04323F14c4239
Octal3321102150103431751410271
Binary110110101001000100011010100001110001111111010011001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA488D; }

 p { color: rgb(218,72,141); }

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

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

 a { background-color: rgb(218,72,141); }

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

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

 span { border-color: rgb(218,72,141); }

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