#DB4698

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

Shades of Mulberry #DB4698

Tints of Mulberry #DB4698

Color information

#DB4698 (or 0xDB4698) is unknown color: approx Mulberry. HEX triplet: DB, 46 and 98. RGB value is (219,70,152). Sum of RGB (Red+Green+Blue) = 219+70+152=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4698 is #24B967. Grayscale: #7B7B7B. Windows color (decimal): -2406760 or 9979611. OLE color: 9979611.

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

Color convert

RGB21970152-
CMYK00.680.310.14
HSL326.98º67.42%56.67%-
HSV(B)326.98º68.04%85.88%-
XYZ37.0721.7131.94-
YUV123.9143.86195.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 70 (27.73% from 255) = 15.87%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=49.66%
G=15.87%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197015200.680.310.14326.9867.4256.67
HexDB46980441FE1474339
Octal3331062300104371650710371
Binary11011011100011010011000010001001111111101010001111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4698; }

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

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

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

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

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

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

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

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