#DB6352

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

Shades of Flamingo #DB6352

Tints of Flamingo #DB6352

Color information

#DB6352 (or 0xDB6352) is unknown color: approx Flamingo. HEX triplet: DB, 63 and 52. RGB value is (219,99,82). Sum of RGB (Red+Green+Blue) = 219+99+82=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6352 is #249CAD. Grayscale: #858585. Windows color (decimal): -2399406 or 5399515. OLE color: 5399515.

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

Color convert

RGB2199982-
CMYK00.550.630.14
HSL7.45º65.55%59.02%-
HSV(B)7.45º62.56%85.88%-
XYZ35.224.5910.87-
YUV132.9499.26189.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.75%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=54.75%
G=24.75%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219998200.550.630.147.4565.5559.02
HexDB63520373FE7423b
Octal3331431220677716710273
Binary1101101111000111010010011011111111111101111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6352; }

 p { color: rgb(219,99,82); }

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

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

 a { background-color: rgb(219,99,82); }

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

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

 span { border-color: rgb(219,99,82); }

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