Html Css Color HEX #DB499F Mulberry

📋 copy color: '#DB499F'

red 219 ◦ green 73 ◦ blue 159

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

Shades of Mulberry #DB499F

Tints of Mulberry #DB499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 48.56%
G = 16.19%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB499F (or 0xDB499F) is known color: Mulberry. HEX triplet: DB, 49 and 9F. RGB value is (219,73,159). Sum of RGB (Red+Green+Blue) = 219+73+159=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB499F is #24B660. Grayscale: #7E7E7E. Windows color (decimal): -2405985 or 10439131. OLE color: 10439131.

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

Color convert

RGB 219 73 159 -
CMYK 0 0.67 0.27 0.14
HSL 324.66º 0.67% 0.57% -
HSV(B) 324.66º 0.67% 0.86% -
XYZ 37.85 22.33 35.12 -
YUV 126.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 219 73 159 0 0.67 0.27 0.14 324.66 0.67 0.57
Hex DB 49 9F 0 43 1B E 145 43 39
Octal 333 111 237 0 103 33 16 505 103 71
Binary 11011011 1001001 10011111 0 1000011 11011 1110 101000101 1000011 111001

Color Harmonies of #DB499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB499F

Black with #DB499F

Text Example


Text Example

White with #DB499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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