#DD646F

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

Shades of Froly #DD646F

Tints of Froly #DD646F

Color information

#DD646F (or 0xDD646F) is unknown color: approx Froly. HEX triplet: DD, 64 and 6F. RGB value is (221,100,111). Sum of RGB (Red+Green+Blue) = 221+100+111=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD646F is #229B90. Grayscale: #898989. Windows color (decimal): -2268049 or 7300317. OLE color: 7300317.

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

Color convert

RGB221100111-
CMYK00.550.500.13
HSL354.55º64.02%62.94%-
HSV(B)354.55º54.75%86.67%-
XYZ37.2525.6318.02-
YUV137.43113.09187.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.16%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=51.16%
G=23.15%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110011100.550.500.13354.5564.0262.94
HexDD646F03732D163403f
Octal335144157067621554310077
Binary1101110111001001101111011011111001011011011000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD646F; }

 p { color: rgb(221,100,111); }

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

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

 a { background-color: rgb(221,100,111); }

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

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

 span { border-color: rgb(221,100,111); }

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