Html Css Color HEX #DA4DA1 Mulberry

📋 copy color: '#DA4DA1'

red 218 ◦ green 77 ◦ blue 161

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

Shades of Mulberry #DA4DA1

Tints of Mulberry #DA4DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.31%

R = 47.81%
G = 16.89%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA4DA1 (or 0xDA4DA1) is known color: Mulberry. HEX triplet: DA, 4D and A1. RGB value is (218,77,161). Sum of RGB (Red+Green+Blue) = 218+77+161=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DA1 is #25B25E. Grayscale: #808080. Windows color (decimal): -2470495 or 10571226. OLE color: 10571226.

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

Color convert

RGB 218 77 161 -
CMYK 0 0.65 0.26 0.15
HSL 324.26º 0.66% 0.58% -
HSV(B) 324.26º 0.65% 0.85% -
XYZ 38 22.79 36.11 -
YUV 128.74 146.21 191.67 -
System Red Green Blue C M Y K H S L
Decimal 218 77 161 0 0.65 0.26 0.15 324.26 0.66 0.58
Hex DA 4D A1 0 41 1A F 144 42 3A
Octal 332 115 241 0 101 32 17 504 102 72
Binary 11011010 1001101 10100001 0 1000001 11010 1111 101000100 1000010 111010

Color Harmonies of #DA4DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DA1

Black with #DA4DA1

Text Example


Text Example

White with #DA4DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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