Html Css Color HEX #DB4D9B Mulberry

📋 copy color: '#DB4D9B'

red 219 ◦ green 77 ◦ blue 155

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

Shades of Mulberry #DB4D9B

Tints of Mulberry #DB4D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

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

R = 48.56%
G = 17.07%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB4D9B (or 0xDB4D9B) is known color: Mulberry. HEX triplet: DB, 4D and 9B. RGB value is (219,77,155). Sum of RGB (Red+Green+Blue) = 219+77+155=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D9B is #24B264. Grayscale: #808080. Windows color (decimal): -2404965 or 10178011. OLE color: 10178011.

HSL color Cylindrical-coordinate representation of color #DB4D9B: hue angle of 327.04º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D9B is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 77 155 -
CMYK 0 0.65 0.29 0.14
HSL 327.04º 0.66% 0.58% -
HSV(B) 327.04º 0.65% 0.86% -
XYZ 37.78 22.73 33.41 -
YUV 128.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 219 77 155 0 0.65 0.29 0.14 327.04 0.66 0.58
Hex DB 4D 9B 0 41 1D E 147 42 3A
Octal 333 115 233 0 101 35 16 507 102 72
Binary 11011011 1001101 10011011 0 1000001 11101 1110 101000111 1000010 111010

Color Harmonies of #DB4D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D9B

Black with #DB4D9B

Text Example


Text Example

White with #DB4D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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