Html Css Color HEX #DA498B Mulberry

📋 copy color: '#DA498B'

red 218 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #DA498B

Tints of Mulberry #DA498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 50.7%
G = 16.98%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA498B (or 0xDA498B) is known color: Mulberry. HEX triplet: DA, 49 and 8B. RGB value is (218,73,139). Sum of RGB (Red+Green+Blue) = 218+73+139=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA498B is #25B674. Grayscale: #7B7B7B. Windows color (decimal): -2471541 or 9128410. OLE color: 9128410.

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

Color convert

RGB 218 73 139 -
CMYK 0 0.67 0.36 0.15
HSL 332.69º 0.66% 0.57% -
HSV(B) 332.69º 0.67% 0.85% -
XYZ 35.96 21.53 26.69 -
YUV 123.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 218 73 139 0 0.67 0.36 0.15 332.69 0.66 0.57
Hex DA 49 8B 0 43 24 F 14D 42 39
Octal 332 111 213 0 103 44 17 515 102 71
Binary 11011010 1001001 10001011 0 1000011 100100 1111 101001101 1000010 111001

Color Harmonies of #DA498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA498B

Black with #DA498B

Text Example


Text Example

White with #DA498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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