#DD6352

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

Shades of Flamingo #DD6352

Tints of Flamingo #DD6352

Color information

#DD6352 (or 0xDD6352) is unknown color: approx Flamingo. HEX triplet: DD, 63 and 52. RGB value is (221,99,82). Sum of RGB (Red+Green+Blue) = 221+99+82=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6352 is #229CAD. Grayscale: #858585. Windows color (decimal): -2268334 or 5399517. OLE color: 5399517.

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

Color convert

RGB2219982-
CMYK00.550.630.13
HSL7.34º67.15%59.41%-
HSV(B)7.34º62.9%86.67%-
XYZ35.824.9110.9-
YUV133.5498.92190.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.98%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 82 (32.42% from 255) = 20.40%
R=54.98%
G=24.63%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221998200.550.630.137.3467.1559.41
HexDD63520373FD7433b
Octal3351431220677715710373
Binary1101110111000111010010011011111111111011111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6352; }

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

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

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

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

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

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

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

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