Html Css Color HEX #DA4C9F Mulberry

📋 copy color: '#DA4C9F'

red 218 ◦ green 76 ◦ blue 159

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

Shades of Mulberry #DA4C9F

Tints of Mulberry #DA4C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.78%

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

R = 48.12%
G = 16.78%
B = 35.1%

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

#DA4C9F (or 0xDA4C9F) is known color: Mulberry. HEX triplet: DA, 4C and 9F. RGB value is (218,76,159). Sum of RGB (Red+Green+Blue) = 218+76+159=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4C9F is #25B360. Grayscale: #7F7F7F. Windows color (decimal): -2470753 or 10439898. OLE color: 10439898.

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

Color convert

RGB 218 76 159 -
CMYK 0 0.65 0.27 0.15
HSL 324.93º 0.66% 0.58% -
HSV(B) 324.93º 0.65% 0.85% -
XYZ 37.76 22.58 35.17 -
YUV 127.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 218 76 159 0 0.65 0.27 0.15 324.93 0.66 0.58
Hex DA 4C 9F 0 41 1B F 145 42 3A
Octal 332 114 237 0 101 33 17 505 102 72
Binary 11011010 1001100 10011111 0 1000001 11011 1111 101000101 1000010 111010

Color Harmonies of #DA4C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C9F

Black with #DA4C9F

Text Example


Text Example

White with #DA4C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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