#db6254

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

Shades of Flamingo #DB6254

Tints of Flamingo #DB6254

Color information

#DB6254 (or 0xDB6254) is unknown color: approx Flamingo. HEX triplet: DB, 62 and 54. RGB value is (219,98,84). Sum of RGB (Red+Green+Blue) = 219+98+84=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6254 is #249DAB. Grayscale: #848484. Windows color (decimal): -2399660 or 5530331. OLE color: 5530331.

HSL color Cylindrical-coordinate representation of color #DB6254: hue angle of 6.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB6254 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB2199884-
CMYK00.550.620.14
HSL6.22º65.22%59.41%-
HSV(B)6.22º61.64%85.88%-
XYZ35.1824.4411.25-
YUV132.58100.59189.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.61%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=54.61%
G=24.44%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219988400.550.620.146.2265.2259.41
HexDB62540373EE6413b
Octal3331421240677616610173
Binary1101101111000101010100011011111111011101101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db6254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db6254; }

 p { color: rgb(219,98,84); }

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

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

 a { background-color: rgb(219,98,84); }

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

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

 span { border-color: rgb(219,98,84); }

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