Html Css Color HEX #DB499D Mulberry

📋 copy color: '#DB499D'

red 219 ◦ green 73 ◦ blue 157

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

Shades of Mulberry #DB499D

Tints of Mulberry #DB499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 48.78%
G = 16.26%
B = 34.97%

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

#DB499D (or 0xDB499D) is known color: Mulberry. HEX triplet: DB, 49 and 9D. RGB value is (219,73,157). Sum of RGB (Red+Green+Blue) = 219+73+157=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB499D is #24B662. Grayscale: #7E7E7E. Windows color (decimal): -2405987 or 10308059. OLE color: 10308059.

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

Color convert

RGB 219 73 157 -
CMYK 0 0.67 0.28 0.14
HSL 325.48º 0.67% 0.57% -
HSV(B) 325.48º 0.67% 0.86% -
XYZ 37.68 22.26 34.21 -
YUV 126.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 219 73 157 0 0.67 0.28 0.14 325.48 0.67 0.57
Hex DB 49 9D 0 43 1C E 145 43 39
Octal 333 111 235 0 103 34 16 505 103 71
Binary 11011011 1001001 10011101 0 1000011 11100 1110 101000101 1000011 111001

Color Harmonies of #DB499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB499D

Black with #DB499D

Text Example


Text Example

White with #DB499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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