Html Css Color HEX #DA4AAD Mulberry

📋 copy color: '#DA4AAD'

red 218 ◦ green 74 ◦ blue 173

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

Shades of Mulberry #DA4AAD

Tints of Mulberry #DA4AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.91%

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 46.88%
G = 15.91%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA4AAD (or 0xDA4AAD) is known color: Mulberry. HEX triplet: DA, 4A and AD. RGB value is (218,74,173). Sum of RGB (Red+Green+Blue) = 218+74+173=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AAD is #25B552. Grayscale: #808080. Windows color (decimal): -2471251 or 11356890. OLE color: 11356890.

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

Color convert

RGB 218 74 173 -
CMYK 0 0.66 0.21 0.15
HSL 318.75º 0.66% 0.57% -
HSV(B) 318.75º 0.66% 0.85% -
XYZ 38.91 22.82 41.89 -
YUV 128.34 153.21 191.95 -
System Red Green Blue C M Y K H S L
Decimal 218 74 173 0 0.66 0.21 0.15 318.75 0.66 0.57
Hex DA 4A AD 0 42 15 F 13F 42 39
Octal 332 112 255 0 102 25 17 477 102 71
Binary 11011010 1001010 10101101 0 1000010 10101 1111 100111111 1000010 111001

Color Harmonies of #DA4AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4AAD

Black with #DA4AAD

Text Example


Text Example

White with #DA4AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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