#da4aa7

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

Shades of Mulberry #DA4AA7

Tints of Mulberry #DA4AA7

Color information

#DA4AA7 (or 0xDA4AA7) is unknown color: approx Mulberry. HEX triplet: DA, 4A and A7. RGB value is (218,74,167). Sum of RGB (Red+Green+Blue) = 218+74+167=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AA7 is #25B558. Grayscale: #7F7F7F. Windows color (decimal): -2471257 or 10963674. OLE color: 10963674.

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

Color convert

RGB21874167-
CMYK00.660.230.15
HSL321.25º66.06%57.25%-
HSV(B)321.25º66.06%85.49%-
XYZ38.3422.5938.9-
YUV127.66150.21192.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 74 (29.30% from 255) = 16.12%
BLUE value IS 167 (65.62% from 255) = 36.38%
R=47.49%
G=16.12%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187416700.660.230.15321.2566.0657.25
HexDA4AA704217F1414239
Octal3321122470102271750110271
Binary11011010100101010100111010000101011111111010000011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da4aa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da4aa7; }

 p { color: rgb(218,74,167); }

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

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

 a { background-color: rgb(218,74,167); }

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

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

 span { border-color: rgb(218,74,167); }

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