#DA508E

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

Shades of Mulberry #DA508E

Tints of Mulberry #DA508E

Color information

#DA508E (or 0xDA508E) is unknown color: approx Mulberry. HEX triplet: DA, 50 and 8E. RGB value is (218,80,142). Sum of RGB (Red+Green+Blue) = 218+80+142=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA508E is #25AF71. Grayscale: #808080. Windows color (decimal): -2469746 or 9326810. OLE color: 9326810.

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

Color convert

RGB21880142-
CMYK00.630.350.15
HSL333.04º65.09%58.43%-
HSV(B)333.04º63.3%85.49%-
XYZ36.6622.628.02-
YUV128.33135.72191.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.55%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=49.55%
G=18.18%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188014200.630.350.15333.0465.0958.43
HexDA508E03F23F14d413a
Octal332120216077431751510172
Binary11011010101000010001110011111110001111111010011011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA508E; }

 p { color: rgb(218,80,142); }

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

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

 a { background-color: rgb(218,80,142); }

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

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

 span { border-color: rgb(218,80,142); }

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