Html Css Color HEX #DA48AB Mulberry

📋 copy color: '#DA48AB'

red 218 ◦ green 72 ◦ blue 171

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

Shades of Mulberry #DA48AB

Tints of Mulberry #DA48AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 47.29%
G = 15.62%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA48AB (or 0xDA48AB) is known color: Mulberry. HEX triplet: DA, 48 and AB. RGB value is (218,72,171). Sum of RGB (Red+Green+Blue) = 218+72+171=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA48AB is #25B754. Grayscale: #7E7E7E. Windows color (decimal): -2471765 or 11225306. OLE color: 11225306.

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

Color convert

RGB 218 72 171 -
CMYK 0 0.67 0.22 0.15
HSL 319.32º 0.66% 0.57% -
HSV(B) 319.32º 0.67% 0.85% -
XYZ 38.58 22.48 40.83 -
YUV 126.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 218 72 171 0 0.67 0.22 0.15 319.32 0.66 0.57
Hex DA 48 AB 0 43 16 F 13F 42 39
Octal 332 110 253 0 103 26 17 477 102 71
Binary 11011010 1001000 10101011 0 1000011 10110 1111 100111111 1000010 111001

Color Harmonies of #DA48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA48AB

Black with #DA48AB

Text Example


Text Example

White with #DA48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA48AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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