Html Css Color HEX #DA47A0 Mulberry

📋 copy color: '#DA47A0'

red 218 ◦ green 71 ◦ blue 160

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

Shades of Mulberry #DA47A0

Tints of Mulberry #DA47A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 48.55%
G = 15.81%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA47A0 (or 0xDA47A0) is known color: Mulberry. HEX triplet: DA, 47 and A0. RGB value is (218,71,160). Sum of RGB (Red+Green+Blue) = 218+71+160=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA47A0 is #25B85F. Grayscale: #7C7C7C. Windows color (decimal): -2472032 or 10504154. OLE color: 10504154.

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

Color convert

RGB 218 71 160 -
CMYK 0 0.67 0.27 0.15
HSL 323.67º 0.67% 0.57% -
HSV(B) 323.67º 0.67% 0.85% -
XYZ 37.51 21.95 35.52 -
YUV 125.1 147.7 194.26 -
System Red Green Blue C M Y K H S L
Decimal 218 71 160 0 0.67 0.27 0.15 323.67 0.67 0.57
Hex DA 47 A0 0 43 1B F 144 43 39
Octal 332 107 240 0 103 33 17 504 103 71
Binary 11011010 1000111 10100000 0 1000011 11011 1111 101000100 1000011 111001

Color Harmonies of #DA47A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47A0

Black with #DA47A0

Text Example


Text Example

White with #DA47A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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