#DA4BA6

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

Shades of Mulberry #DA4BA6

Tints of Mulberry #DA4BA6

Color information

#DA4BA6 (or 0xDA4BA6) is unknown color: approx Mulberry. HEX triplet: DA, 4B and A6. RGB value is (218,75,166). Sum of RGB (Red+Green+Blue) = 218+75+166=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4BA6 is #25B459. Grayscale: #7F7F7F. Windows color (decimal): -2471002 or 10898394. OLE color: 10898394.

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

Color convert

RGB21875166-
CMYK00.660.240.15
HSL321.82º65.9%57.45%-
HSV(B)321.82º65.6%85.49%-
XYZ38.3122.6938.44-
YUV128.13149.38192.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 166 (65.23% from 255) = 36.17%
R=47.49%
G=16.34%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187516600.660.240.15321.8265.957.45
HexDA4BA604218F1424239
Octal3321132460102301750210271
Binary11011010100101110100110010000101100011111010000101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4BA6; }

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

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

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

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

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

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

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

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