Html Css Color HEX #DB499E Mulberry

📋 copy color: '#DB499E'

red 219 ◦ green 73 ◦ blue 158

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

Shades of Mulberry #DB499E

Tints of Mulberry #DB499E

RGB

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

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

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

R = 48.67%
G = 16.22%
B = 35.11%

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

#DB499E (or 0xDB499E) is known color: Mulberry. HEX triplet: DB, 49 and 9E. RGB value is (219,73,158). Sum of RGB (Red+Green+Blue) = 219+73+158=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB499E is #24B661. Grayscale: #7E7E7E. Windows color (decimal): -2405986 or 10373595. OLE color: 10373595.

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

Color convert

RGB 219 73 158 -
CMYK 0 0.67 0.28 0.14
HSL 325.07º 0.67% 0.57% -
HSV(B) 325.07º 0.67% 0.86% -
XYZ 37.77 22.29 34.66 -
YUV 126.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 219 73 158 0 0.67 0.28 0.14 325.07 0.67 0.57
Hex DB 49 9E 0 43 1C E 145 43 39
Octal 333 111 236 0 103 34 16 505 103 71
Binary 11011011 1001001 10011110 0 1000011 11100 1110 101000101 1000011 111001

Color Harmonies of #DB499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB499E

Black with #DB499E

Text Example


Text Example

White with #DB499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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