Html Css Color HEX #DA54AB Mulberry

📋 copy color: '#DA54AB'

red 218 ◦ green 84 ◦ blue 171

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

Shades of Mulberry #DA54AB

Tints of Mulberry #DA54AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.76%

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

R = 46.09%
G = 17.76%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA54AB (or 0xDA54AB) is known color: Mulberry. HEX triplet: DA, 54 and AB. RGB value is (218,84,171). Sum of RGB (Red+Green+Blue) = 218+84+171=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA54AB is #25AB54. Grayscale: #858585. Windows color (decimal): -2468693 or 11228378. OLE color: 11228378.

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

Color convert

RGB 218 84 171 -
CMYK 0 0.61 0.22 0.15
HSL 321.04º 0.64% 0.59% -
HSV(B) 321.04º 0.61% 0.85% -
XYZ 39.43 24.19 41.12 -
YUV 133.98 148.89 187.93 -
System Red Green Blue C M Y K H S L
Decimal 218 84 171 0 0.61 0.22 0.15 321.04 0.64 0.59
Hex DA 54 AB 0 3D 16 F 141 40 3B
Octal 332 124 253 0 75 26 17 501 100 73
Binary 11011010 1010100 10101011 0 111101 10110 1111 101000001 1000000 111011

Color Harmonies of #DA54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA54AB

Black with #DA54AB

Text Example


Text Example

White with #DA54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA54AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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