#DB4E90

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

Shades of Mulberry #DB4E90

Tints of Mulberry #DB4E90

Color information

#DB4E90 (or 0xDB4E90) is unknown color: approx Mulberry. HEX triplet: DB, 4E and 90. RGB value is (219,78,144). Sum of RGB (Red+Green+Blue) = 219+78+144=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4E90 is #24B16F. Grayscale: #7F7F7F. Windows color (decimal): -2404720 or 9457371. OLE color: 9457371.

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

Color convert

RGB21978144-
CMYK00.640.340.14
HSL331.91º66.2%58.24%-
HSV(B)331.91º64.38%85.88%-
XYZ36.9722.5228.78-
YUV127.68137.21193.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=49.66%
G=17.69%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197814400.640.340.14331.9166.258.24
HexDB4E9004022E14c423a
Octal3331162200100421651410272
Binary110110111001110100100000100000010001011101010011001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4E90; }

 p { color: rgb(219,78,144); }

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

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

 a { background-color: rgb(219,78,144); }

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

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

 span { border-color: rgb(219,78,144); }

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