Html Css Color HEX #DA4D9F Mulberry

📋 copy color: '#DA4D9F'

red 218 ◦ green 77 ◦ blue 159

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

Shades of Mulberry #DA4D9F

Tints of Mulberry #DA4D9F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.96%

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

R = 48.02%
G = 16.96%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA4D9F (or 0xDA4D9F) is known color: Mulberry. HEX triplet: DA, 4D and 9F. RGB value is (218,77,159). Sum of RGB (Red+Green+Blue) = 218+77+159=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D9F is #25B260. Grayscale: #808080. Windows color (decimal): -2470497 or 10440154. OLE color: 10440154.

HSL color Cylindrical-coordinate representation of color #DA4D9F: hue angle of 325.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D9F is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 159 -
CMYK 0 0.65 0.27 0.15
HSL 325.11º 0.66% 0.58% -
HSV(B) 325.11º 0.65% 0.85% -
XYZ 37.83 22.72 35.19 -
YUV 128.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 218 77 159 0 0.65 0.27 0.15 325.11 0.66 0.58
Hex DA 4D 9F 0 41 1B F 145 42 3A
Octal 332 115 237 0 101 33 17 505 102 72
Binary 11011010 1001101 10011111 0 1000001 11011 1111 101000101 1000010 111010

Color Harmonies of #DA4D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D9F

Black with #DA4D9F

Text Example


Text Example

White with #DA4D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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