#DB4998

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

Shades of Mulberry #DB4998

Tints of Mulberry #DB4998

Color information

#DB4998 (or 0xDB4998) is unknown color: approx Mulberry. HEX triplet: DB, 49 and 98. RGB value is (219,73,152). Sum of RGB (Red+Green+Blue) = 219+73+152=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4998 is #24B667. Grayscale: #7D7D7D. Windows color (decimal): -2405992 or 9980379. OLE color: 9980379.

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

Color convert

RGB21973152-
CMYK00.670.310.14
HSL327.53º66.97%57.25%-
HSV(B)327.53º66.67%85.88%-
XYZ37.2622.0932.01-
YUV125.66142.87194.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.32%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 152 (59.77% from 255) = 34.23%
R=49.32%
G=16.44%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197315200.670.310.14327.5366.9757.25
HexDB49980431FE1484339
Octal3331112300103371651010371
Binary11011011100100110011000010000111111111101010010001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4998; }

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

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

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

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

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

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

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

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