Html Css Color HEX #DB479A Mulberry

📋 copy color: '#DB479A'

red 219 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #DB479A

Tints of Mulberry #DB479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 49.32%
G = 15.99%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB479A (or 0xDB479A) is known color: Mulberry. HEX triplet: DB, 47 and 9A. RGB value is (219,71,154). Sum of RGB (Red+Green+Blue) = 219+71+154=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB479A is #24B865. Grayscale: #7C7C7C. Windows color (decimal): -2406502 or 10110939. OLE color: 10110939.

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

Color convert

RGB 219 71 154 -
CMYK 0 0.68 0.30 0.14
HSL 326.35º 0.67% 0.57% -
HSV(B) 326.35º 0.68% 0.86% -
XYZ 37.3 21.9 32.83 -
YUV 124.71 144.53 195.25 -
System Red Green Blue C M Y K H S L
Decimal 219 71 154 0 0.68 0.30 0.14 326.35 0.67 0.57
Hex DB 47 9A 0 44 1E E 146 43 39
Octal 333 107 232 0 104 36 16 506 103 71
Binary 11011011 1000111 10011010 0 1000100 11110 1110 101000110 1000011 111001

Color Harmonies of #DB479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB479A

Black with #DB479A

Text Example


Text Example

White with #DB479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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