#DB48AE

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

Shades of Mulberry #DB48AE

Tints of Mulberry #DB48AE

Color information

#DB48AE (or 0xDB48AE) is unknown color: approx Mulberry. HEX triplet: DB, 48 and AE. RGB value is (219,72,174). Sum of RGB (Red+Green+Blue) = 219+72+174=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB48AE is #24B751. Grayscale: #7F7F7F. Windows color (decimal): -2406226 or 11421915. OLE color: 11421915.

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

Color convert

RGB21972174-
CMYK00.670.210.14
HSL318.37º67.12%57.06%-
HSV(B)318.37º67.12%85.88%-
XYZ39.1722.7542.37-
YUV127.58154.2193.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 72 (28.52% from 255) = 15.48%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=47.10%
G=15.48%
B=37.42%

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
Decimal2197217400.670.210.14318.3767.1257.06
HexDB48AE04315E13e4339
Octal3331102560103251647610371
Binary11011011100100010101110010000111010111101001111101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB48AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB48AE; }

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

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

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

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

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

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

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

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