#da4b8b

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

Shades of Mulberry #DA4B8B

Tints of Mulberry #DA4B8B

Color information

#DA4B8B (or 0xDA4B8B) is unknown color: approx Mulberry. HEX triplet: DA, 4B and 8B. RGB value is (218,75,139). Sum of RGB (Red+Green+Blue) = 218+75+139=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4B8B is #25B474. Grayscale: #7C7C7C. Windows color (decimal): -2471029 or 9128922. OLE color: 9128922.

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

Color convert

RGB21875139-
CMYK00.660.360.15
HSL333.15º65.9%57.45%-
HSV(B)333.15º65.6%85.49%-
XYZ36.0921.826.73-
YUV125.05135.88194.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.46%
GREEN value IS 75 (29.69% from 255) = 17.36%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=50.46%
G=17.36%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187513900.660.360.15333.1565.957.45
HexDA4B8B04224F14d4239
Octal3321132130102441751510271
Binary110110101001011100010110100001010010011111010011011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da4b8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da4b8b; }

 p { color: rgb(218,75,139); }

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

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

 a { background-color: rgb(218,75,139); }

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

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

 span { border-color: rgb(218,75,139); }

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