Html Css Color HEX #DA479D Mulberry

📋 copy color: '#DA479D'

red 218 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #DA479D

Tints of Mulberry #DA479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 48.88%
G = 15.92%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA479D (or 0xDA479D) is known color: Mulberry. HEX triplet: DA, 47 and 9D. RGB value is (218,71,157). Sum of RGB (Red+Green+Blue) = 218+71+157=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA479D is #25B862. Grayscale: #7C7C7C. Windows color (decimal): -2472035 or 10307546. OLE color: 10307546.

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

Color convert

RGB 218 71 157 -
CMYK 0 0.67 0.28 0.15
HSL 324.9º 0.67% 0.57% -
HSV(B) 324.9º 0.67% 0.85% -
XYZ 37.25 21.85 34.15 -
YUV 124.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 218 71 157 0 0.67 0.28 0.15 324.9 0.67 0.57
Hex DA 47 9D 0 43 1C F 145 43 39
Octal 332 107 235 0 103 34 17 505 103 71
Binary 11011010 1000111 10011101 0 1000011 11100 1111 101000101 1000011 111001

Color Harmonies of #DA479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA479D

Black with #DA479D

Text Example


Text Example

White with #DA479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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