Html Css Color HEX #DA489B Mulberry

📋 copy color: '#DA489B'

red 218 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #DA489B

Tints of Mulberry #DA489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.18%

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 48.99%
G = 16.18%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA489B (or 0xDA489B) is known color: Mulberry. HEX triplet: DA, 48 and 9B. RGB value is (218,72,155). Sum of RGB (Red+Green+Blue) = 218+72+155=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA489B is #25B764. Grayscale: #7C7C7C. Windows color (decimal): -2471781 or 10176730. OLE color: 10176730.

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

Color convert

RGB 218 72 155 -
CMYK 0 0.67 0.29 0.15
HSL 325.89º 0.66% 0.57% -
HSV(B) 325.89º 0.67% 0.85% -
XYZ 37.15 21.91 33.28 -
YUV 125.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 218 72 155 0 0.67 0.29 0.15 325.89 0.66 0.57
Hex DA 48 9B 0 43 1D F 146 42 39
Octal 332 110 233 0 103 35 17 506 102 71
Binary 11011010 1001000 10011011 0 1000011 11101 1111 101000110 1000010 111001

Color Harmonies of #DA489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA489B

Black with #DA489B

Text Example


Text Example

White with #DA489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA489B; }

 p { color: rgb(218,72,155); }

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

background-color css

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

 a { background-color: rgb(218,72,155); }

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

border-color css

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

 span { border-color: rgb(218,72,155); }

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