Html Css Color HEX #DA48A0 Mulberry

📋 copy color: '#DA48A0'

red 218 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #DA48A0

Tints of Mulberry #DA48A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 48.44%
G = 16%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA48A0 (or 0xDA48A0) is known color: Mulberry. HEX triplet: DA, 48 and A0. RGB value is (218,72,160). Sum of RGB (Red+Green+Blue) = 218+72+160=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA48A0 is #25B75F. Grayscale: #7D7D7D. Windows color (decimal): -2471776 or 10504410. OLE color: 10504410.

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

Color convert

RGB 218 72 160 -
CMYK 0 0.67 0.27 0.15
HSL 323.84º 0.66% 0.57% -
HSV(B) 323.84º 0.67% 0.85% -
XYZ 37.58 22.08 35.54 -
YUV 125.69 147.37 193.84 -
System Red Green Blue C M Y K H S L
Decimal 218 72 160 0 0.67 0.27 0.15 323.84 0.66 0.57
Hex DA 48 A0 0 43 1B F 144 42 39
Octal 332 110 240 0 103 33 17 504 102 71
Binary 11011010 1001000 10100000 0 1000011 11011 1111 101000100 1000010 111001

Color Harmonies of #DA48A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA48A0

Black with #DA48A0

Text Example


Text Example

White with #DA48A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA48A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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