Html Css Color HEX #DA4A93 Mulberry

📋 copy color: '#DA4A93'

red 218 ◦ green 74 ◦ blue 147

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

Shades of Mulberry #DA4A93

Tints of Mulberry #DA4A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 49.66%
G = 16.86%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4A93 (or 0xDA4A93) is known color: Mulberry. HEX triplet: DA, 4A and 93. RGB value is (218,74,147). Sum of RGB (Red+Green+Blue) = 218+74+147=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4A93 is #25B56C. Grayscale: #7D7D7D. Windows color (decimal): -2471277 or 9652954. OLE color: 9652954.

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

Color convert

RGB 218 74 147 -
CMYK 0 0.66 0.33 0.15
HSL 329.58º 0.66% 0.57% -
HSV(B) 329.58º 0.66% 0.85% -
XYZ 36.63 21.91 29.9 -
YUV 125.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 218 74 147 0 0.66 0.33 0.15 329.58 0.66 0.57
Hex DA 4A 93 0 42 21 F 14A 42 39
Octal 332 112 223 0 102 41 17 512 102 71
Binary 11011010 1001010 10010011 0 1000010 100001 1111 101001010 1000010 111001

Color Harmonies of #DA4A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A93

Black with #DA4A93

Text Example


Text Example

White with #DA4A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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