Html Css Color HEX #DA53AD Mulberry

📋 copy color: '#DA53AD'

red 218 ◦ green 83 ◦ blue 173

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

Shades of Mulberry #DA53AD

Tints of Mulberry #DA53AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

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

R = 45.99%
G = 17.51%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA53AD (or 0xDA53AD) is known color: Mulberry. HEX triplet: DA, 53 and AD. RGB value is (218,83,173). Sum of RGB (Red+Green+Blue) = 218+83+173=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA53AD is #25AC52. Grayscale: #858585. Windows color (decimal): -2468947 or 11359194. OLE color: 11359194.

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

Color convert

RGB 218 83 173 -
CMYK 0 0.62 0.21 0.15
HSL 320º 0.65% 0.59% -
HSV(B) 320º 0.62% 0.85% -
XYZ 39.55 24.11 42.1 -
YUV 133.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 218 83 173 0 0.62 0.21 0.15 320 0.65 0.59
Hex DA 53 AD 0 3E 15 F 140 41 3B
Octal 332 123 255 0 76 25 17 500 101 73
Binary 11011010 1010011 10101101 0 111110 10101 1111 101000000 1000001 111011

Color Harmonies of #DA53AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA53AD

Black with #DA53AD

Text Example


Text Example

White with #DA53AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA53AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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