Html Css Color HEX #DA489A Mulberry

📋 copy color: '#DA489A'

red 218 ◦ green 72 ◦ blue 154

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

Shades of Mulberry #DA489A

Tints of Mulberry #DA489A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 49.1%
G = 16.22%
B = 34.68%

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

#DA489A (or 0xDA489A) is known color: Mulberry. HEX triplet: DA, 48 and 9A. RGB value is (218,72,154). Sum of RGB (Red+Green+Blue) = 218+72+154=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA489A is #25B765. Grayscale: #7C7C7C. Windows color (decimal): -2471782 or 10111194. OLE color: 10111194.

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

Color convert

RGB 218 72 154 -
CMYK 0 0.67 0.29 0.15
HSL 326.3º 0.66% 0.57% -
HSV(B) 326.3º 0.67% 0.85% -
XYZ 37.06 21.87 32.84 -
YUV 125 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 218 72 154 0 0.67 0.29 0.15 326.3 0.66 0.57
Hex DA 48 9A 0 43 1D F 146 42 39
Octal 332 110 232 0 103 35 17 506 102 71
Binary 11011010 1001000 10011010 0 1000011 11101 1111 101000110 1000010 111001

Color Harmonies of #DA489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA489A

Black with #DA489A

Text Example


Text Example

White with #DA489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA489A; }

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

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

background-color css

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

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

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

border-color css

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

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

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