Html Css Color HEX #DB49AB Mulberry

📋 copy color: '#DB49AB'

red 219 ◦ green 73 ◦ blue 171

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

Shades of Mulberry #DB49AB

Tints of Mulberry #DB49AB

RGB

 RED value IS 219 (85.94% from 255) = 47.3%

 GREEN value IS 73 (28.91% from 255) = 15.77%

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

R = 47.3%
G = 15.77%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB49AB (or 0xDB49AB) is known color: Mulberry. HEX triplet: DB, 49 and AB. RGB value is (219,73,171). Sum of RGB (Red+Green+Blue) = 219+73+171=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB49AB is #24B654. Grayscale: #7F7F7F. Windows color (decimal): -2405973 or 11225563. OLE color: 11225563.

HSL color Cylindrical-coordinate representation of color #DB49AB: hue angle of 319.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB49AB is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 73 171 -
CMYK 0 0.67 0.22 0.14
HSL 319.73º 0.67% 0.57% -
HSV(B) 319.73º 0.67% 0.86% -
XYZ 38.95 22.77 40.87 -
YUV 127.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 219 73 171 0 0.67 0.22 0.14 319.73 0.67 0.57
Hex DB 49 AB 0 43 16 E 140 43 39
Octal 333 111 253 0 103 26 16 500 103 71
Binary 11011011 1001001 10101011 0 1000011 10110 1110 101000000 1000011 111001

Color Harmonies of #DB49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49AB

Black with #DB49AB

Text Example


Text Example

White with #DB49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49AB; }

 p { color: rgb(219,73,171); }

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

background-color css

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

 a { background-color: rgb(219,73,171); }

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

border-color css

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

 span { border-color: rgb(219,73,171); }

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