Html Css Color HEX #DA55AA Mulberry

📋 copy color: '#DA55AA'

red 218 ◦ green 85 ◦ blue 170

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

Shades of Mulberry #DA55AA

Tints of Mulberry #DA55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 46.09%
G = 17.97%
B = 35.94%

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

#DA55AA (or 0xDA55AA) is known color: Mulberry. HEX triplet: DA, 55 and AA. RGB value is (218,85,170). Sum of RGB (Red+Green+Blue) = 218+85+170=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55AA is #25AA55. Grayscale: #868686. Windows color (decimal): -2468438 or 11163098. OLE color: 11163098.

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

Color convert

RGB 218 85 170 -
CMYK 0 0.61 0.22 0.15
HSL 321.65º 0.64% 0.59% -
HSV(B) 321.65º 0.61% 0.85% -
XYZ 39.42 24.3 40.64 -
YUV 134.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 218 85 170 0 0.61 0.22 0.15 321.65 0.64 0.59
Hex DA 55 AA 0 3D 16 F 142 40 3B
Octal 332 125 252 0 75 26 17 502 100 73
Binary 11011010 1010101 10101010 0 111101 10110 1111 101000010 1000000 111011

Color Harmonies of #DA55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55AA

Black with #DA55AA

Text Example


Text Example

White with #DA55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55AA; }

 p { color: rgb(218,85,170); }

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

background-color css

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

 a { background-color: rgb(218,85,170); }

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

border-color css

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

 span { border-color: rgb(218,85,170); }

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