Html Css Color HEX #DA40AB Mulberry

📋 copy color: '#DA40AB'

red 218 ◦ green 64 ◦ blue 171

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

Shades of Mulberry #DA40AB

Tints of Mulberry #DA40AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 48.12%
G = 14.13%
B = 37.75%

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

#DA40AB (or 0xDA40AB) is known color: Mulberry. HEX triplet: DA, 40 and AB. RGB value is (218,64,171). Sum of RGB (Red+Green+Blue) = 218+64+171=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA40AB is #25BF54. Grayscale: #797979. Windows color (decimal): -2473813 or 11223258. OLE color: 11223258.

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

Color convert

RGB 218 64 171 -
CMYK 0 0.71 0.22 0.15
HSL 318.31º 0.68% 0.55% -
HSV(B) 318.31º 0.71% 0.85% -
XYZ 38.1 21.51 40.67 -
YUV 122.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 218 64 171 0 0.71 0.22 0.15 318.31 0.68 0.55
Hex DA 40 AB 0 47 16 F 13E 44 37
Octal 332 100 253 0 107 26 17 476 104 67
Binary 11011010 1000000 10101011 0 1000111 10110 1111 100111110 1000100 110111

Color Harmonies of #DA40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40AB

Black with #DA40AB

Text Example


Text Example

White with #DA40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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