Html Css Color HEX #DA479F Mulberry

📋 copy color: '#DA479F'

red 218 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #DA479F

Tints of Mulberry #DA479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 48.66%
G = 15.85%
B = 35.49%

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

#DA479F (or 0xDA479F) is known color: Mulberry. HEX triplet: DA, 47 and 9F. RGB value is (218,71,159). Sum of RGB (Red+Green+Blue) = 218+71+159=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA479F is #25B860. Grayscale: #7C7C7C. Windows color (decimal): -2472033 or 10438618. OLE color: 10438618.

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

Color convert

RGB 218 71 159 -
CMYK 0 0.67 0.27 0.15
HSL 324.08º 0.67% 0.57% -
HSV(B) 324.08º 0.67% 0.85% -
XYZ 37.42 21.92 35.06 -
YUV 124.99 147.2 194.34 -
System Red Green Blue C M Y K H S L
Decimal 218 71 159 0 0.67 0.27 0.15 324.08 0.67 0.57
Hex DA 47 9F 0 43 1B F 144 43 39
Octal 332 107 237 0 103 33 17 504 103 71
Binary 11011010 1000111 10011111 0 1000011 11011 1111 101000100 1000011 111001

Color Harmonies of #DA479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA479F

Black with #DA479F

Text Example


Text Example

White with #DA479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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