Html Css Color HEX #DA40A9 Mulberry

📋 copy color: '#DA40A9'

red 218 ◦ green 64 ◦ blue 169

#DA40A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #DA40A9

Tints of Mulberry #DA40A9

RGB

 RED value IS 218 (85.55% from 255) = 48.34%

 GREEN value IS 64 (25.39% from 255) = 14.19%

 BLUE value IS 169 (66.41% from 255) = 37.47%

R = 48.34%
G = 14.19%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA40A9 (or 0xDA40A9) is known color: Mulberry. HEX triplet: DA, 40 and A9. RGB value is (218,64,169). Sum of RGB (Red+Green+Blue) = 218+64+169=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA40A9 is #25BF56. Grayscale: #797979. Windows color (decimal): -2473815 or 11092186. OLE color: 11092186.

HSL color Cylindrical-coordinate representation of color #DA40A9: hue angle of 319.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40A9 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 169 -
CMYK 0 0.71 0.22 0.15
HSL 319.09º 0.68% 0.55% -
HSV(B) 319.09º 0.71% 0.85% -
XYZ 37.91 21.44 39.68 -
YUV 122.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 218 64 169 0 0.71 0.22 0.15 319.09 0.68 0.55
Hex DA 40 A9 0 47 16 F 13F 44 37
Octal 332 100 251 0 107 26 17 477 104 67
Binary 11011010 1000000 10101001 0 1000111 10110 1111 100111111 1000100 110111

Color Harmonies of #DA40A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40A9

Black with #DA40A9

Text Example


Text Example

White with #DA40A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40A9; }

 p { color: rgb(218,64,169); }

 H1.HeaderClassName
 {
   color: #DA40A9;
 }
 .AnyTagClassName
 {
   color: #DA40A9;
 }
</style>

background-color css

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

 a { background-color: rgb(218,64,169); }

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

border-color css

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

 span { border-color: rgb(218,64,169); }

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