Html Css Color HEX #DA4A95 Mulberry

📋 copy color: '#DA4A95'

red 218 ◦ green 74 ◦ blue 149

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

Shades of Mulberry #DA4A95

Tints of Mulberry #DA4A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.78%

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

R = 49.43%
G = 16.78%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA4A95 (or 0xDA4A95) is known color: Mulberry. HEX triplet: DA, 4A and 95. RGB value is (218,74,149). Sum of RGB (Red+Green+Blue) = 218+74+149=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4A95 is #25B56A. Grayscale: #7D7D7D. Windows color (decimal): -2471275 or 9784026. OLE color: 9784026.

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

Color convert

RGB 218 74 149 -
CMYK 0 0.66 0.32 0.15
HSL 328.75º 0.66% 0.57% -
HSV(B) 328.75º 0.66% 0.85% -
XYZ 36.79 21.97 30.74 -
YUV 125.61 141.21 193.9 -
System Red Green Blue C M Y K H S L
Decimal 218 74 149 0 0.66 0.32 0.15 328.75 0.66 0.57
Hex DA 4A 95 0 42 20 F 149 42 39
Octal 332 112 225 0 102 40 17 511 102 71
Binary 11011010 1001010 10010101 0 1000010 100000 1111 101001001 1000010 111001

Color Harmonies of #DA4A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A95

Black with #DA4A95

Text Example


Text Example

White with #DA4A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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