Html Css Color HEX #DB499C Mulberry

📋 copy color: '#DB499C'

red 219 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #DB499C

Tints of Mulberry #DB499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.82%

R = 48.88%
G = 16.29%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB499C (or 0xDB499C) is known color: Mulberry. HEX triplet: DB, 49 and 9C. RGB value is (219,73,156). Sum of RGB (Red+Green+Blue) = 219+73+156=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB499C is #24B663. Grayscale: #7D7D7D. Windows color (decimal): -2405988 or 10242523. OLE color: 10242523.

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

Color convert

RGB 219 73 156 -
CMYK 0 0.67 0.29 0.14
HSL 325.89º 0.67% 0.57% -
HSV(B) 325.89º 0.67% 0.86% -
XYZ 37.6 22.23 33.76 -
YUV 126.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 219 73 156 0 0.67 0.29 0.14 325.89 0.67 0.57
Hex DB 49 9C 0 43 1D E 146 43 39
Octal 333 111 234 0 103 35 16 506 103 71
Binary 11011011 1001001 10011100 0 1000011 11101 1110 101000110 1000011 111001

Color Harmonies of #DB499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB499C

Black with #DB499C

Text Example


Text Example

White with #DB499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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