Html Css Color HEX #DA4BA6 Mulberry

📋 copy color: '#DA4BA6'

red 218 ◦ green 75 ◦ blue 166

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

Shades of Mulberry #DA4BA6

Tints of Mulberry #DA4BA6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.34%

 BLUE value IS 166 (65.23% from 255) = 36.17%

R = 47.49%
G = 16.34%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA4BA6 (or 0xDA4BA6) is known color: Mulberry. HEX triplet: DA, 4B and A6. RGB value is (218,75,166). Sum of RGB (Red+Green+Blue) = 218+75+166=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4BA6 is #25B459. Grayscale: #7F7F7F. Windows color (decimal): -2471002 or 10898394. OLE color: 10898394.

HSL color Cylindrical-coordinate representation of color #DA4BA6: hue angle of 321.82º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4BA6 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 75 166 -
CMYK 0 0.66 0.24 0.15
HSL 321.82º 0.66% 0.57% -
HSV(B) 321.82º 0.66% 0.85% -
XYZ 38.31 22.69 38.44 -
YUV 128.13 149.38 192.1 -
System Red Green Blue C M Y K H S L
Decimal 218 75 166 0 0.66 0.24 0.15 321.82 0.66 0.57
Hex DA 4B A6 0 42 18 F 142 42 39
Octal 332 113 246 0 102 30 17 502 102 71
Binary 11011010 1001011 10100110 0 1000010 11000 1111 101000010 1000010 111001

Color Harmonies of #DA4BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4BA6

Black with #DA4BA6

Text Example


Text Example

White with #DA4BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4BA6; }

 p { color: rgb(218,75,166); }

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

background-color css

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

 a { background-color: rgb(218,75,166); }

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

border-color css

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

 span { border-color: rgb(218,75,166); }

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