Html Css Color HEX #DA4C9D Mulberry

📋 copy color: '#DA4C9D'

red 218 ◦ green 76 ◦ blue 157

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

Shades of Mulberry #DA4C9D

Tints of Mulberry #DA4C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.81%

R = 48.34%
G = 16.85%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA4C9D (or 0xDA4C9D) is known color: Mulberry. HEX triplet: DA, 4C and 9D. RGB value is (218,76,157). Sum of RGB (Red+Green+Blue) = 218+76+157=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4C9D is #25B362. Grayscale: #7F7F7F. Windows color (decimal): -2470755 or 10308826. OLE color: 10308826.

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

Color convert

RGB 218 76 157 -
CMYK 0 0.65 0.28 0.15
HSL 325.77º 0.66% 0.58% -
HSV(B) 325.77º 0.65% 0.85% -
XYZ 37.58 22.51 34.26 -
YUV 127.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 218 76 157 0 0.65 0.28 0.15 325.77 0.66 0.58
Hex DA 4C 9D 0 41 1C F 146 42 3A
Octal 332 114 235 0 101 34 17 506 102 72
Binary 11011010 1001100 10011101 0 1000001 11100 1111 101000110 1000010 111010

Color Harmonies of #DA4C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C9D

Black with #DA4C9D

Text Example


Text Example

White with #DA4C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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