Html Css Color HEX #DA4AAB Mulberry

📋 copy color: '#DA4AAB'

red 218 ◦ green 74 ◦ blue 171

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

Shades of Mulberry #DA4AAB

Tints of Mulberry #DA4AAB

RGB

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

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

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

R = 47.08%
G = 15.98%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA4AAB (or 0xDA4AAB) is known color: Mulberry. HEX triplet: DA, 4A and AB. RGB value is (218,74,171). Sum of RGB (Red+Green+Blue) = 218+74+171=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AAB is #25B554. Grayscale: #7F7F7F. Windows color (decimal): -2471253 or 11225818. OLE color: 11225818.

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

Color convert

RGB 218 74 171 -
CMYK 0 0.66 0.22 0.15
HSL 319.58º 0.66% 0.57% -
HSV(B) 319.58º 0.66% 0.85% -
XYZ 38.71 22.74 40.88 -
YUV 128.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 218 74 171 0 0.66 0.22 0.15 319.58 0.66 0.57
Hex DA 4A AB 0 42 16 F 140 42 39
Octal 332 112 253 0 102 26 17 500 102 71
Binary 11011010 1001010 10101011 0 1000010 10110 1111 101000000 1000010 111001

Color Harmonies of #DA4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4AAB

Black with #DA4AAB

Text Example


Text Example

White with #DA4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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