#DD6255

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

Shades of Flamingo #DD6255

Tints of Flamingo #DD6255

Color information

#DD6255 (or 0xDD6255) is unknown color: approx Flamingo. HEX triplet: DD, 62 and 55. RGB value is (221,98,85). Sum of RGB (Red+Green+Blue) = 221+98+85=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6255 is #229DAA. Grayscale: #858585. Windows color (decimal): -2268587 or 5595869. OLE color: 5595869.

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

Color convert

RGB2219885-
CMYK00.560.620.13
HSL5.74º66.67%60%-
HSV(B)5.74º61.54%86.67%-
XYZ35.8324.7611.49-
YUV133.29100.75190.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=54.70%
G=24.26%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221988500.560.620.135.7466.6760
HexDD62550383ED6433c
Octal3351421250707615610374
Binary1101110111000101010101011100011111011011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6255; }

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

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

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

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

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

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

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

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