#DA4DAD

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

Shades of Mulberry #DA4DAD

Tints of Mulberry #DA4DAD

Color information

#DA4DAD (or 0xDA4DAD) is unknown color: approx Mulberry. HEX triplet: DA, 4D and AD. RGB value is (218,77,173). Sum of RGB (Red+Green+Blue) = 218+77+173=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DAD is #25B252. Grayscale: #818181. Windows color (decimal): -2470483 or 11357658. OLE color: 11357658.

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

Color convert

RGB21877173-
CMYK00.650.210.15
HSL319.15º65.58%57.84%-
HSV(B)319.15º64.68%85.49%-
XYZ39.1123.2341.96-
YUV130.1152.21190.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 77 (30.47% from 255) = 16.45%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=46.58%
G=16.45%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187717300.650.210.15319.1565.5857.84
HexDA4DAD04115F13f423a
Octal3321152550101251747710272
Binary11011010100110110101101010000011010111111001111111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4DAD; }

 p { color: rgb(218,77,173); }

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

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

 a { background-color: rgb(218,77,173); }

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

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

 span { border-color: rgb(218,77,173); }

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