Html Css Color HEX #DB49A5 Mulberry

📋 copy color: '#DB49A5'

red 219 ◦ green 73 ◦ blue 165

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

Shades of Mulberry #DB49A5

Tints of Mulberry #DB49A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 47.92%
G = 15.97%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB49A5 (or 0xDB49A5) is known color: Mulberry. HEX triplet: DB, 49 and A5. RGB value is (219,73,165). Sum of RGB (Red+Green+Blue) = 219+73+165=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB49A5 is #24B65A. Grayscale: #7E7E7E. Windows color (decimal): -2405979 or 10832347. OLE color: 10832347.

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

Color convert

RGB 219 73 165 -
CMYK 0 0.67 0.25 0.14
HSL 322.19º 0.67% 0.57% -
HSV(B) 322.19º 0.67% 0.86% -
XYZ 38.39 22.54 37.93 -
YUV 127.14 149.37 193.52 -
System Red Green Blue C M Y K H S L
Decimal 219 73 165 0 0.67 0.25 0.14 322.19 0.67 0.57
Hex DB 49 A5 0 43 19 E 142 43 39
Octal 333 111 245 0 103 31 16 502 103 71
Binary 11011011 1001001 10100101 0 1000011 11001 1110 101000010 1000011 111001

Color Harmonies of #DB49A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49A5

Black with #DB49A5

Text Example


Text Example

White with #DB49A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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