Html Css Color HEX #DB49AA Mulberry

📋 copy color: '#DB49AA'

red 219 ◦ green 73 ◦ blue 170

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

Shades of Mulberry #DB49AA

Tints of Mulberry #DB49AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 47.4%
G = 15.8%
B = 36.8%

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

#DB49AA (or 0xDB49AA) is known color: Mulberry. HEX triplet: DB, 49 and AA. RGB value is (219,73,170). Sum of RGB (Red+Green+Blue) = 219+73+170=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB49AA is #24B655. Grayscale: #7F7F7F. Windows color (decimal): -2405974 or 11160027. OLE color: 11160027.

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

Color convert

RGB 219 73 170 -
CMYK 0 0.67 0.22 0.14
HSL 320.14º 0.67% 0.57% -
HSV(B) 320.14º 0.67% 0.86% -
XYZ 38.85 22.73 40.37 -
YUV 127.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 219 73 170 0 0.67 0.22 0.14 320.14 0.67 0.57
Hex DB 49 AA 0 43 16 E 140 43 39
Octal 333 111 252 0 103 26 16 500 103 71
Binary 11011011 1001001 10101010 0 1000011 10110 1110 101000000 1000011 111001

Color Harmonies of #DB49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49AA

Black with #DB49AA

Text Example


Text Example

White with #DB49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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