Html Css Color HEX #DA5195 Mulberry

📋 copy color: '#DA5195'

red 218 ◦ green 81 ◦ blue 149

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

Shades of Mulberry #DA5195

Tints of Mulberry #DA5195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.08%

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 48.66%
G = 18.08%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA5195 (or 0xDA5195) is known color: Mulberry. HEX triplet: DA, 51 and 95. RGB value is (218,81,149). Sum of RGB (Red+Green+Blue) = 218+81+149=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5195 is #25AE6A. Grayscale: #818181. Windows color (decimal): -2469483 or 9785818. OLE color: 9785818.

HSL color Cylindrical-coordinate representation of color #DA5195: hue angle of 330.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5195 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 81 149 -
CMYK 0 0.63 0.32 0.15
HSL 330.22º 0.65% 0.59% -
HSV(B) 330.22º 0.63% 0.85% -
XYZ 37.28 22.96 30.9 -
YUV 129.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 218 81 149 0 0.63 0.32 0.15 330.22 0.65 0.59
Hex DA 51 95 0 3F 20 F 14A 41 3B
Octal 332 121 225 0 77 40 17 512 101 73
Binary 11011010 1010001 10010101 0 111111 100000 1111 101001010 1000001 111011

Color Harmonies of #DA5195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5195

Black with #DA5195

Text Example


Text Example

White with #DA5195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5195; }

 p { color: rgb(218,81,149); }

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

background-color css

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

 a { background-color: rgb(218,81,149); }

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

border-color css

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

 span { border-color: rgb(218,81,149); }

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