Html Css Color HEX #DA4995 Mulberry

📋 copy color: '#DA4995'

red 218 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #DA4995

Tints of Mulberry #DA4995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.59%

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

R = 49.55%
G = 16.59%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA4995 (or 0xDA4995) is known color: Mulberry. HEX triplet: DA, 49 and 95. RGB value is (218,73,149). Sum of RGB (Red+Green+Blue) = 218+73+149=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4995 is #25B66A. Grayscale: #7C7C7C. Windows color (decimal): -2471531 or 9783770. OLE color: 9783770.

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

Color convert

RGB 218 73 149 -
CMYK 0 0.67 0.32 0.15
HSL 328.55º 0.66% 0.57% -
HSV(B) 328.55º 0.67% 0.85% -
XYZ 36.72 21.84 30.71 -
YUV 125.02 141.54 194.32 -
System Red Green Blue C M Y K H S L
Decimal 218 73 149 0 0.67 0.32 0.15 328.55 0.66 0.57
Hex DA 49 95 0 43 20 F 149 42 39
Octal 332 111 225 0 103 40 17 511 102 71
Binary 11011010 1001001 10010101 0 1000011 100000 1111 101001001 1000010 111001

Color Harmonies of #DA4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4995

Black with #DA4995

Text Example


Text Example

White with #DA4995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4995; }

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

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

background-color css

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

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

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

border-color css

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

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

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