Html Css Color HEX #DA488D Mulberry

📋 copy color: '#DA488D'

red 218 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #DA488D

Tints of Mulberry #DA488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 50.58%
G = 16.71%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA488D (or 0xDA488D) is known color: Mulberry. HEX triplet: DA, 48 and 8D. RGB value is (218,72,141). Sum of RGB (Red+Green+Blue) = 218+72+141=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA488D is #25B772. Grayscale: #7B7B7B. Windows color (decimal): -2471795 or 9259226. OLE color: 9259226.

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

Color convert

RGB 218 72 141 -
CMYK 0 0.67 0.35 0.15
HSL 331.64º 0.66% 0.57% -
HSV(B) 331.64º 0.67% 0.85% -
XYZ 36.04 21.46 27.44 -
YUV 123.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 218 72 141 0 0.67 0.35 0.15 331.64 0.66 0.57
Hex DA 48 8D 0 43 23 F 14C 42 39
Octal 332 110 215 0 103 43 17 514 102 71
Binary 11011010 1001000 10001101 0 1000011 100011 1111 101001100 1000010 111001

Color Harmonies of #DA488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA488D

Black with #DA488D

Text Example


Text Example

White with #DA488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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