#DB5298

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

Shades of Mulberry #DB5298

Tints of Mulberry #DB5298

Color information

#DB5298 (or 0xDB5298) is unknown color: approx Mulberry. HEX triplet: DB, 52 and 98. RGB value is (219,82,152). Sum of RGB (Red+Green+Blue) = 219+82+152=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5298 is #24AD67. Grayscale: #828282. Windows color (decimal): -2403688 or 9982683. OLE color: 9982683.

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

Color convert

RGB21982152-
CMYK00.630.310.14
HSL329.34º65.55%59.02%-
HSV(B)329.34º62.56%85.88%-
XYZ37.923.3632.22-
YUV130.94139.89190.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.34%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 152 (59.77% from 255) = 33.55%
R=48.34%
G=18.10%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198215200.630.310.14329.3465.5559.02
HexDB529803F1FE149423b
Octal333122230077371651110273
Binary1101101110100101001100001111111111111101010010011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5298; }

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

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

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

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

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

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

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

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