#DB4E98

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

Shades of Mulberry #DB4E98

Tints of Mulberry #DB4E98

Color information

#DB4E98 (or 0xDB4E98) is unknown color: approx Mulberry. HEX triplet: DB, 4E and 98. RGB value is (219,78,152). Sum of RGB (Red+Green+Blue) = 219+78+152=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4E98 is #24B167. Grayscale: #808080. Windows color (decimal): -2404712 or 9981659. OLE color: 9981659.

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

Color convert

RGB21978152-
CMYK00.640.310.14
HSL328.51º66.2%58.24%-
HSV(B)328.51º64.38%85.88%-
XYZ37.6122.7832.12-
YUV128.6141.21192.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.78%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=48.78%
G=17.37%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197815200.640.310.14328.5166.258.24
HexDB4E980401FE149423a
Octal3331162300100371651110272
Binary11011011100111010011000010000001111111101010010011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4E98; }

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

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

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

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

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

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

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

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