Html Css Color HEX #DA498F Mulberry

📋 copy color: '#DA498F'

red 218 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #DA498F

Tints of Mulberry #DA498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.95%

R = 50.23%
G = 16.82%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA498F (or 0xDA498F) is known color: Mulberry. HEX triplet: DA, 49 and 8F. RGB value is (218,73,143). Sum of RGB (Red+Green+Blue) = 218+73+143=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA498F is #25B670. Grayscale: #7C7C7C. Windows color (decimal): -2471537 or 9390554. OLE color: 9390554.

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

Color convert

RGB 218 73 143 -
CMYK 0 0.67 0.34 0.15
HSL 331.03º 0.66% 0.57% -
HSV(B) 331.03º 0.67% 0.85% -
XYZ 36.25 21.65 28.26 -
YUV 124.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 218 73 143 0 0.67 0.34 0.15 331.03 0.66 0.57
Hex DA 49 8F 0 43 22 F 14B 42 39
Octal 332 111 217 0 103 42 17 513 102 71
Binary 11011010 1001001 10001111 0 1000011 100010 1111 101001011 1000010 111001

Color Harmonies of #DA498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA498F

Black with #DA498F

Text Example


Text Example

White with #DA498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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