#DB4F9F

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

Shades of Mulberry #DB4F9F

Tints of Mulberry #DB4F9F

Color information

#DB4F9F (or 0xDB4F9F) is unknown color: approx Mulberry. HEX triplet: DB, 4F and 9F. RGB value is (219,79,159). Sum of RGB (Red+Green+Blue) = 219+79+159=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F9F is #24B060. Grayscale: #818181. Windows color (decimal): -2404449 or 10440667. OLE color: 10440667.

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

Color convert

RGB21979159-
CMYK00.640.270.14
HSL325.71º66.04%58.43%-
HSV(B)325.71º63.93%85.88%-
XYZ38.2723.1635.25-
YUV129.98144.38191.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.92%
GREEN value IS 79 (31.25% from 255) = 17.29%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=47.92%
G=17.29%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197915900.640.270.14325.7166.0458.43
HexDB4F9F0401BE146423a
Octal3331172370100331650610272
Binary11011011100111110011111010000001101111101010001101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4F9F; }

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

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

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

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

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

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

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

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