#DB5F4E

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

Shades of Flamingo #DB5F4E

Tints of Flamingo #DB5F4E

Color information

#DB5F4E (or 0xDB5F4E) is unknown color: approx Flamingo. HEX triplet: DB, 5F and 4E. RGB value is (219,95,78). Sum of RGB (Red+Green+Blue) = 219+95+78=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F4E is #24A0B1. Grayscale: #828282. Windows color (decimal): -2400434 or 5136347. OLE color: 5136347.

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

Color convert

RGB2199578-
CMYK00.570.640.14
HSL7.23º66.2%58.24%-
HSV(B)7.23º64.38%85.88%-
XYZ34.6823.799.97-
YUV130.1498.58191.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.87%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 78 (30.86% from 255) = 19.90%
R=55.87%
G=24.23%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219957800.570.640.147.2366.258.24
HexDB5F4E03940E7423a
Octal33313711607110016710272
Binary11011011101111110011100111001100000011101111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5F4E; }

 p { color: rgb(219,95,78); }

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

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

 a { background-color: rgb(219,95,78); }

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

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

 span { border-color: rgb(219,95,78); }

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