Html Css Color HEX #DA52AD Mulberry

📋 copy color: '#DA52AD'

red 218 ◦ green 82 ◦ blue 173

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

Shades of Mulberry #DA52AD

Tints of Mulberry #DA52AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.34%

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

R = 46.09%
G = 17.34%
B = 36.58%

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

#DA52AD (or 0xDA52AD) is known color: Mulberry. HEX triplet: DA, 52 and AD. RGB value is (218,82,173). Sum of RGB (Red+Green+Blue) = 218+82+173=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52AD is #25AD52. Grayscale: #848484. Windows color (decimal): -2469203 or 11358938. OLE color: 11358938.

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

Color convert

RGB 218 82 173 -
CMYK 0 0.62 0.21 0.15
HSL 319.85º 0.65% 0.59% -
HSV(B) 319.85º 0.62% 0.85% -
XYZ 39.47 23.96 42.08 -
YUV 133.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 218 82 173 0 0.62 0.21 0.15 319.85 0.65 0.59
Hex DA 52 AD 0 3E 15 F 140 41 3B
Octal 332 122 255 0 76 25 17 500 101 73
Binary 11011010 1010010 10101101 0 111110 10101 1111 101000000 1000001 111011

Color Harmonies of #DA52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA52AD

Black with #DA52AD

Text Example


Text Example

White with #DA52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA52AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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