#DB4348

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

Shades of Mandy #DB4348

Tints of Mandy #DB4348

Color information

#DB4348 (or 0xDB4348) is unknown color: approx Mandy. HEX triplet: DB, 43 and 48. RGB value is (219,67,72). Sum of RGB (Red+Green+Blue) = 219+67+72=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4348 is #24BCB7. Grayscale: #717171. Windows color (decimal): -2407608 or 4735963. OLE color: 4735963.

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

Color convert

RGB2196772-
CMYK00.690.670.14
HSL358.03º67.86%56.08%-
HSV(B)358.03º69.41%85.88%-
XYZ32.3919.548.2-
YUV113.02104.86203.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 61.17%
GREEN value IS 67 (26.56% from 255) = 18.72%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=61.17%
G=18.72%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219677200.690.670.14358.0367.8656.08
HexDB434804543E1664438
Octal33310311001051031654610470
Binary110110111000011100100001000101100001111101011001101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4348; }

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

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

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

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

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

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

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

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