Html Css Color HEX #DA47AD Mulberry

📋 copy color: '#DA47AD'

red 218 ◦ green 71 ◦ blue 173

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

Shades of Mulberry #DA47AD

Tints of Mulberry #DA47AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.37%

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

R = 47.19%
G = 15.37%
B = 37.45%

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

#DA47AD (or 0xDA47AD) is known color: Mulberry. HEX triplet: DA, 47 and AD. RGB value is (218,71,173). Sum of RGB (Red+Green+Blue) = 218+71+173=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA47AD is #25B852. Grayscale: #7E7E7E. Windows color (decimal): -2472019 or 11356122. OLE color: 11356122.

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

Color convert

RGB 218 71 173 -
CMYK 0 0.67 0.21 0.15
HSL 318.37º 0.67% 0.57% -
HSV(B) 318.37º 0.67% 0.85% -
XYZ 38.71 22.43 41.82 -
YUV 126.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 218 71 173 0 0.67 0.21 0.15 318.37 0.67 0.57
Hex DA 47 AD 0 43 15 F 13E 43 39
Octal 332 107 255 0 103 25 17 476 103 71
Binary 11011010 1000111 10101101 0 1000011 10101 1111 100111110 1000011 111001

Color Harmonies of #DA47AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47AD

Black with #DA47AD

Text Example


Text Example

White with #DA47AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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