Html Css Color HEX #DA4D9D Mulberry

📋 copy color: '#DA4D9D'

red 218 ◦ green 77 ◦ blue 157

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

Shades of Mulberry #DA4D9D

Tints of Mulberry #DA4D9D

RGB

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

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

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

R = 48.23%
G = 17.04%
B = 34.73%

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

#DA4D9D (or 0xDA4D9D) is known color: Mulberry. HEX triplet: DA, 4D and 9D. RGB value is (218,77,157). Sum of RGB (Red+Green+Blue) = 218+77+157=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D9D is #25B262. Grayscale: #808080. Windows color (decimal): -2470499 or 10309082. OLE color: 10309082.

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

Color convert

RGB 218 77 157 -
CMYK 0 0.65 0.28 0.15
HSL 325.96º 0.66% 0.58% -
HSV(B) 325.96º 0.65% 0.85% -
XYZ 37.65 22.65 34.29 -
YUV 128.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 218 77 157 0 0.65 0.28 0.15 325.96 0.66 0.58
Hex DA 4D 9D 0 41 1C F 146 42 3A
Octal 332 115 235 0 101 34 17 506 102 72
Binary 11011010 1001101 10011101 0 1000001 11100 1111 101000110 1000010 111010

Color Harmonies of #DA4D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D9D

Black with #DA4D9D

Text Example


Text Example

White with #DA4D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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