Html Css Color HEX #DA4D9E Mulberry

📋 copy color: '#DA4D9E'

red 218 ◦ green 77 ◦ blue 158

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

Shades of Mulberry #DA4D9E

Tints of Mulberry #DA4D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 48.12%
G = 17%
B = 34.88%

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

#DA4D9E (or 0xDA4D9E) is known color: Mulberry. HEX triplet: DA, 4D and 9E. RGB value is (218,77,158). Sum of RGB (Red+Green+Blue) = 218+77+158=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D9E is #25B261. Grayscale: #808080. Windows color (decimal): -2470498 or 10374618. OLE color: 10374618.

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

Color convert

RGB 218 77 158 -
CMYK 0 0.65 0.28 0.15
HSL 325.53º 0.66% 0.58% -
HSV(B) 325.53º 0.65% 0.85% -
XYZ 37.74 22.68 34.74 -
YUV 128.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 218 77 158 0 0.65 0.28 0.15 325.53 0.66 0.58
Hex DA 4D 9E 0 41 1C F 146 42 3A
Octal 332 115 236 0 101 34 17 506 102 72
Binary 11011010 1001101 10011110 0 1000001 11100 1111 101000110 1000010 111010

Color Harmonies of #DA4D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D9E

Black with #DA4D9E

Text Example


Text Example

White with #DA4D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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