Html Css Color HEX #DA48AD Mulberry

📋 copy color: '#DA48AD'

red 218 ◦ green 72 ◦ blue 173

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

Shades of Mulberry #DA48AD

Tints of Mulberry #DA48AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.55%

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

R = 47.08%
G = 15.55%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA48AD (or 0xDA48AD) is known color: Mulberry. HEX triplet: DA, 48 and AD. RGB value is (218,72,173). Sum of RGB (Red+Green+Blue) = 218+72+173=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA48AD is #25B752. Grayscale: #7E7E7E. Windows color (decimal): -2471763 or 11356378. OLE color: 11356378.

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

Color convert

RGB 218 72 173 -
CMYK 0 0.67 0.21 0.15
HSL 318.49º 0.66% 0.57% -
HSV(B) 318.49º 0.67% 0.85% -
XYZ 38.77 22.56 41.85 -
YUV 127.17 153.87 192.79 -
System Red Green Blue C M Y K H S L
Decimal 218 72 173 0 0.67 0.21 0.15 318.49 0.66 0.57
Hex DA 48 AD 0 43 15 F 13E 42 39
Octal 332 110 255 0 103 25 17 476 102 71
Binary 11011010 1001000 10101101 0 1000011 10101 1111 100111110 1000010 111001

Color Harmonies of #DA48AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA48AD

Black with #DA48AD

Text Example


Text Example

White with #DA48AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA48AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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