Html Css Color HEX #DA498C Mulberry

📋 copy color: '#DA498C'

red 218 ◦ green 73 ◦ blue 140

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

Shades of Mulberry #DA498C

Tints of Mulberry #DA498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 50.58%
G = 16.94%
B = 32.48%

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

#DA498C (or 0xDA498C) is known color: Mulberry. HEX triplet: DA, 49 and 8C. RGB value is (218,73,140). Sum of RGB (Red+Green+Blue) = 218+73+140=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA498C is #25B673. Grayscale: #7B7B7B. Windows color (decimal): -2471540 or 9193946. OLE color: 9193946.

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

Color convert

RGB 218 73 140 -
CMYK 0 0.67 0.36 0.15
HSL 332.28º 0.66% 0.57% -
HSV(B) 332.28º 0.67% 0.85% -
XYZ 36.03 21.56 27.07 -
YUV 123.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 218 73 140 0 0.67 0.36 0.15 332.28 0.66 0.57
Hex DA 49 8C 0 43 24 F 14C 42 39
Octal 332 111 214 0 103 44 17 514 102 71
Binary 11011010 1001001 10001100 0 1000011 100100 1111 101001100 1000010 111001

Color Harmonies of #DA498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA498C

Black with #DA498C

Text Example


Text Example

White with #DA498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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