#DD624E

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

Shades of Flamingo #DD624E

Tints of Flamingo #DD624E

Color information

#DD624E (or 0xDD624E) is unknown color: approx Flamingo. HEX triplet: DD, 62 and 4E. RGB value is (221,98,78). Sum of RGB (Red+Green+Blue) = 221+98+78=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD624E is #229DB1. Grayscale: #848484. Windows color (decimal): -2268594 or 5137117. OLE color: 5137117.

HSL color Cylindrical-coordinate representation of color #DD624E: hue angle of 8.39º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD624E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2219878-
CMYK00.560.650.13
HSL8.39º67.77%58.63%-
HSV(B)8.39º64.71%86.67%-
XYZ35.5624.6610.09-
YUV132.597.25191.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.67%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=55.67%
G=24.69%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221987800.560.650.138.3967.7758.63
HexDD624E03841D8443b
Octal335142116070101151010473
Binary110111011100010100111001110001000001110110001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD624E; }

 p { color: rgb(221,98,78); }

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

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

 a { background-color: rgb(221,98,78); }

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

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

 span { border-color: rgb(221,98,78); }

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