Html Css Color HEX #DB489E Mulberry

📋 copy color: '#DB489E'

red 219 ◦ green 72 ◦ blue 158

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

Shades of Mulberry #DB489E

Tints of Mulberry #DB489E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 48.78%
G = 16.04%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB489E (or 0xDB489E) is known color: Mulberry. HEX triplet: DB, 48 and 9E. RGB value is (219,72,158). Sum of RGB (Red+Green+Blue) = 219+72+158=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB489E is #24B761. Grayscale: #7D7D7D. Windows color (decimal): -2406242 or 10373339. OLE color: 10373339.

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

Color convert

RGB 219 72 158 -
CMYK 0 0.67 0.28 0.14
HSL 324.9º 0.67% 0.57% -
HSV(B) 324.9º 0.67% 0.86% -
XYZ 37.7 22.16 34.64 -
YUV 125.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 219 72 158 0 0.67 0.28 0.14 324.9 0.67 0.57
Hex DB 48 9E 0 43 1C E 145 43 39
Octal 333 110 236 0 103 34 16 505 103 71
Binary 11011011 1001000 10011110 0 1000011 11100 1110 101000101 1000011 111001

Color Harmonies of #DB489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB489E

Black with #DB489E

Text Example


Text Example

White with #DB489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB489E; }

 p { color: rgb(219,72,158); }

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

background-color css

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

 a { background-color: rgb(219,72,158); }

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

border-color css

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

 span { border-color: rgb(219,72,158); }

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