Html Css Color HEX #DB479E Mulberry

📋 copy color: '#DB479E'

red 219 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #DB479E

Tints of Mulberry #DB479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.85%

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

R = 48.88%
G = 15.85%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB479E (or 0xDB479E) is known color: Mulberry. HEX triplet: DB, 47 and 9E. RGB value is (219,71,158). Sum of RGB (Red+Green+Blue) = 219+71+158=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB479E is #24B861. Grayscale: #7C7C7C. Windows color (decimal): -2406498 or 10373083. OLE color: 10373083.

HSL color Cylindrical-coordinate representation of color #DB479E: hue angle of 324.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB479E is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 71 158 -
CMYK 0 0.68 0.28 0.14
HSL 324.73º 0.67% 0.57% -
HSV(B) 324.73º 0.68% 0.86% -
XYZ 37.64 22.04 34.62 -
YUV 125.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 219 71 158 0 0.68 0.28 0.14 324.73 0.67 0.57
Hex DB 47 9E 0 44 1C E 145 43 39
Octal 333 107 236 0 104 34 16 505 103 71
Binary 11011011 1000111 10011110 0 1000100 11100 1110 101000101 1000011 111001

Color Harmonies of #DB479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB479E

Black with #DB479E

Text Example


Text Example

White with #DB479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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