Html Css Color HEX #DA479B Mulberry

📋 copy color: '#DA479B'

red 218 ◦ green 71 ◦ blue 155

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

Shades of Mulberry #DA479B

Tints of Mulberry #DA479B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 49.1%
G = 15.99%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA479B (or 0xDA479B) is known color: Mulberry. HEX triplet: DA, 47 and 9B. RGB value is (218,71,155). Sum of RGB (Red+Green+Blue) = 218+71+155=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA479B is #25B864. Grayscale: #7C7C7C. Windows color (decimal): -2472037 or 10176474. OLE color: 10176474.

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

Color convert

RGB 218 71 155 -
CMYK 0 0.67 0.29 0.15
HSL 325.71º 0.67% 0.57% -
HSV(B) 325.71º 0.67% 0.85% -
XYZ 37.08 21.78 33.26 -
YUV 124.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 218 71 155 0 0.67 0.29 0.15 325.71 0.67 0.57
Hex DA 47 9B 0 43 1D F 146 43 39
Octal 332 107 233 0 103 35 17 506 103 71
Binary 11011010 1000111 10011011 0 1000011 11101 1111 101000110 1000011 111001

Color Harmonies of #DA479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA479B

Black with #DA479B

Text Example


Text Example

White with #DA479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA479B; }

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

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

background-color css

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

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

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

border-color css

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

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

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