#DB4648

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

Shades of Mandy #DB4648

Tints of Mandy #DB4648

Color information

#DB4648 (or 0xDB4648) is unknown color: approx Mandy. HEX triplet: DB, 46 and 48. RGB value is (219,70,72). Sum of RGB (Red+Green+Blue) = 219+70+72=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4648 is #24B9B7. Grayscale: #727272. Windows color (decimal): -2406840 or 4736731. OLE color: 4736731.

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

Color convert

RGB2197072-
CMYK00.680.670.14
HSL359.19º67.42%56.67%-
HSV(B)359.19º68.04%85.88%-
XYZ32.5719.918.26-
YUV114.78103.86202.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 60.66%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=60.66%
G=19.39%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219707200.680.670.14359.1967.4256.67
HexDB464804443E1674339
Octal33310611001041031654710371
Binary110110111000110100100001000100100001111101011001111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4648; }

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

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

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

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

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

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

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

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