Html Css Color HEX #DB479B Mulberry

📋 copy color: '#DB479B'

red 219 ◦ green 71 ◦ blue 155

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

Shades of Mulberry #DB479B

Tints of Mulberry #DB479B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 49.21%
G = 15.96%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB479B (or 0xDB479B) is known color: Mulberry. HEX triplet: DB, 47 and 9B. RGB value is (219,71,155). Sum of RGB (Red+Green+Blue) = 219+71+155=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB479B is #24B864. Grayscale: #7C7C7C. Windows color (decimal): -2406501 or 10176475. OLE color: 10176475.

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

Color convert

RGB 219 71 155 -
CMYK 0 0.68 0.29 0.14
HSL 325.95º 0.67% 0.57% -
HSV(B) 325.95º 0.68% 0.86% -
XYZ 37.38 21.93 33.27 -
YUV 124.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 219 71 155 0 0.68 0.29 0.14 325.95 0.67 0.57
Hex DB 47 9B 0 44 1D E 146 43 39
Octal 333 107 233 0 104 35 16 506 103 71
Binary 11011011 1000111 10011011 0 1000100 11101 1110 101000110 1000011 111001

Color Harmonies of #DB479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB479B

Black with #DB479B

Text Example


Text Example

White with #DB479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB479B; }

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

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

background-color css

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

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

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

border-color css

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

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

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