#D6624F

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

Shades of Flamingo #D6624F

Tints of Flamingo #D6624F

Color information

#D6624F (or 0xD6624F) is unknown color: approx Flamingo. HEX triplet: D6, 62 and 4F. RGB value is (214,98,79). Sum of RGB (Red+Green+Blue) = 214+98+79=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6624F is #299DB0. Grayscale: #828282. Windows color (decimal): -2727345 or 5202646. OLE color: 5202646.

HSL color Cylindrical-coordinate representation of color #D6624F: hue angle of 8.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6624F is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB2149879-
CMYK00.540.630.16
HSL8.44º62.21%57.45%-
HSV(B)8.44º63.08%83.92%-
XYZ33.5123.610.19-
YUV130.5298.93187.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.73%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 79 (31.25% from 255) = 20.20%
R=54.73%
G=25.06%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214987900.540.630.168.4462.2157.45
HexD6624F0363F1083e39
Octal3261421170667720107671
Binary11010110110001010011110110110111111100001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6624F; }

 p { color: rgb(214,98,79); }

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

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

 a { background-color: rgb(214,98,79); }

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

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

 span { border-color: rgb(214,98,79); }

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