Html Css Color HEX #DA55AD Mulberry

📋 copy color: '#DA55AD'

red 218 ◦ green 85 ◦ blue 173

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

Shades of Mulberry #DA55AD

Tints of Mulberry #DA55AD

RGB

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

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

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

R = 45.8%
G = 17.86%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA55AD (or 0xDA55AD) is known color: Mulberry. HEX triplet: DA, 55 and AD. RGB value is (218,85,173). Sum of RGB (Red+Green+Blue) = 218+85+173=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55AD is #25AA52. Grayscale: #868686. Windows color (decimal): -2468435 or 11359706. OLE color: 11359706.

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

Color convert

RGB 218 85 173 -
CMYK 0 0.61 0.21 0.15
HSL 320.3º 0.64% 0.59% -
HSV(B) 320.3º 0.61% 0.85% -
XYZ 39.7 24.42 42.16 -
YUV 134.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 218 85 173 0 0.61 0.21 0.15 320.3 0.64 0.59
Hex DA 55 AD 0 3D 15 F 140 40 3B
Octal 332 125 255 0 75 25 17 500 100 73
Binary 11011010 1010101 10101101 0 111101 10101 1111 101000000 1000000 111011

Color Harmonies of #DA55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55AD

Black with #DA55AD

Text Example


Text Example

White with #DA55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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