#DB4B9F

Color #DB4B9F Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #DB4B9F

Tints of Mulberry #DB4B9F

Color information

#DB4B9F (or 0xDB4B9F) is unknown color: approx Mulberry. HEX triplet: DB, 4B and 9F. RGB value is (219,75,159). Sum of RGB (Red+Green+Blue) = 219+75+159=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B9F is #24B460. Grayscale: #7F7F7F. Windows color (decimal): -2405473 or 10439643. OLE color: 10439643.

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

Color convert

RGB21975159-
CMYK00.660.270.14
HSL325º66.67%57.65%-
HSV(B)325º65.75%85.88%-
XYZ37.9922.635.16-
YUV127.63145.71193.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.34%
GREEN value IS 75 (29.69% from 255) = 16.56%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=48.34%
G=16.56%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197515900.660.270.1432566.6757.65
HexDB4B9F0421BE145433a
Octal3331132370102331650510372
Binary11011011100101110011111010000101101111101010001011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4B9F; }

 p { color: rgb(219,75,159); }

 H1.HeaderClassName
 {
   color: #DB4B9F;
 }
 .AnyTagClassName
 {
   color: #DB4B9F;
 }
</style>
background-color css

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

 a { background-color: rgb(219,75,159); }

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

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

 span { border-color: rgb(219,75,159); }

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