Html Css Color HEX #DA4E9F Mulberry

📋 copy color: '#DA4E9F'

red 218 ◦ green 78 ◦ blue 159

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

Shades of Mulberry #DA4E9F

Tints of Mulberry #DA4E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.14%

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

R = 47.91%
G = 17.14%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA4E9F (or 0xDA4E9F) is known color: Mulberry. HEX triplet: DA, 4E and 9F. RGB value is (218,78,159). Sum of RGB (Red+Green+Blue) = 218+78+159=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4E9F is #25B160. Grayscale: #808080. Windows color (decimal): -2470241 or 10440410. OLE color: 10440410.

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

Color convert

RGB 218 78 159 -
CMYK 0 0.64 0.27 0.15
HSL 325.29º 0.65% 0.58% -
HSV(B) 325.29º 0.64% 0.85% -
XYZ 37.9 22.86 35.22 -
YUV 129.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 218 78 159 0 0.64 0.27 0.15 325.29 0.65 0.58
Hex DA 4E 9F 0 40 1B F 145 41 3A
Octal 332 116 237 0 100 33 17 505 101 72
Binary 11011010 1001110 10011111 0 1000000 11011 1111 101000101 1000001 111010

Color Harmonies of #DA4E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E9F

Black with #DA4E9F

Text Example


Text Example

White with #DA4E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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