#DD6676

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

Shades of Froly #DD6676

Tints of Froly #DD6676

Color information

#DD6676 (or 0xDD6676) is unknown color: approx Froly. HEX triplet: DD, 66 and 76. RGB value is (221,102,118). Sum of RGB (Red+Green+Blue) = 221+102+118=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6676 is #229989. Grayscale: #8B8B8B. Windows color (decimal): -2267530 or 7759581. OLE color: 7759581.

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

Color convert

RGB221102118-
CMYK00.540.470.13
HSL351.93º63.64%63.33%-
HSV(B)351.93º53.85%86.67%-
XYZ37.8426.1820.2-
YUV139.4115.92186.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=50.11%
G=23.13%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110211800.540.470.13351.9363.6463.33
HexDD66760362FD160403f
Octal335146166066571554010077
Binary1101110111001101110110011011010111111011011000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6676; }

 p { color: rgb(221,102,118); }

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

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

 a { background-color: rgb(221,102,118); }

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

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

 span { border-color: rgb(221,102,118); }

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