#DB49AE

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

Shades of Mulberry #DB49AE

Tints of Mulberry #DB49AE

Color information

#DB49AE (or 0xDB49AE) is unknown color: approx Mulberry. HEX triplet: DB, 49 and AE. RGB value is (219,73,174). Sum of RGB (Red+Green+Blue) = 219+73+174=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB49AE is #24B651. Grayscale: #7F7F7F. Windows color (decimal): -2405970 or 11422171. OLE color: 11422171.

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

Color convert

RGB21973174-
CMYK00.670.210.14
HSL318.49º66.97%57.25%-
HSV(B)318.49º66.67%85.88%-
XYZ39.2422.8842.39-
YUV128.17153.87192.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.00%
GREEN value IS 73 (28.91% from 255) = 15.67%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=47.00%
G=15.67%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197317400.670.210.14318.4966.9757.25
HexDB49AE04315E13e4339
Octal3331112560103251647610371
Binary11011011100100110101110010000111010111101001111101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB49AE; }

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

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

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

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

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

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

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

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