#D6624D

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

Shades of Flamingo #D6624D

Tints of Flamingo #D6624D

Color information

#D6624D (or 0xD6624D) is unknown color: approx Flamingo. HEX triplet: D6, 62 and 4D. RGB value is (214,98,77). Sum of RGB (Red+Green+Blue) = 214+98+77=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6624D is #299DB2. Grayscale: #828282. Windows color (decimal): -2727347 or 5071574. OLE color: 5071574.

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

Color convert

RGB2149877-
CMYK00.540.640.16
HSL9.2º62.56%57.06%-
HSV(B)9.2º64.02%83.92%-
XYZ33.4423.579.81-
YUV130.2997.93187.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.01%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=55.01%
G=25.19%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214987700.540.640.169.262.5657.06
HexD6624D036401093f39
Octal32614211506610020117771
Binary110101101100010100110101101101000000100001001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6624D; }

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

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

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

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

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

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

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

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