Html Css Color HEX #DA498D Mulberry

📋 copy color: '#DA498D'

red 218 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #DA498D

Tints of Mulberry #DA498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 50.46%
G = 16.9%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA498D (or 0xDA498D) is known color: Mulberry. HEX triplet: DA, 49 and 8D. RGB value is (218,73,141). Sum of RGB (Red+Green+Blue) = 218+73+141=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA498D is #25B672. Grayscale: #7B7B7B. Windows color (decimal): -2471539 or 9259482. OLE color: 9259482.

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

Color convert

RGB 218 73 141 -
CMYK 0 0.67 0.35 0.15
HSL 331.86º 0.66% 0.57% -
HSV(B) 331.86º 0.67% 0.85% -
XYZ 36.1 21.59 27.46 -
YUV 124.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 218 73 141 0 0.67 0.35 0.15 331.86 0.66 0.57
Hex DA 49 8D 0 43 23 F 14C 42 39
Octal 332 111 215 0 103 43 17 514 102 71
Binary 11011010 1001001 10001101 0 1000011 100011 1111 101001100 1000010 111001

Color Harmonies of #DA498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA498D

Black with #DA498D

Text Example


Text Example

White with #DA498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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