Html Css Color HEX #DA47AA Mulberry

📋 copy color: '#DA47AA'

red 218 ◦ green 71 ◦ blue 170

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

Shades of Mulberry #DA47AA

Tints of Mulberry #DA47AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 47.49%
G = 15.47%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA47AA (or 0xDA47AA) is known color: Mulberry. HEX triplet: DA, 47 and AA. RGB value is (218,71,170). Sum of RGB (Red+Green+Blue) = 218+71+170=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA47AA is #25B855. Grayscale: #7D7D7D. Windows color (decimal): -2472022 or 11159514. OLE color: 11159514.

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

Color convert

RGB 218 71 170 -
CMYK 0 0.67 0.22 0.15
HSL 319.59º 0.67% 0.57% -
HSV(B) 319.59º 0.67% 0.85% -
XYZ 38.42 22.31 40.31 -
YUV 126.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 218 71 170 0 0.67 0.22 0.15 319.59 0.67 0.57
Hex DA 47 AA 0 43 16 F 140 43 39
Octal 332 107 252 0 103 26 17 500 103 71
Binary 11011010 1000111 10101010 0 1000011 10110 1111 101000000 1000011 111001

Color Harmonies of #DA47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47AA

Black with #DA47AA

Text Example


Text Example

White with #DA47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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